Aura.SqlSchema icon indicating copy to clipboard operation
Aura.SqlSchema copied to clipboard

Automatic db type discovery

Open andrisi opened this issue 6 years ago • 1 comments

Add functionality to discover the database type (from the connection string for example) and use the apropriate methods to list tables, fields, indexes automatically - so there is no need to create driver-specific classes. Thanks.

andrisi avatar May 04 '18 12:05 andrisi

#18 adds a factory that I think should be able to determine the correct driver given a PDO.

jakejohns avatar May 07 '18 16:05 jakejohns