Aura.SqlSchema
Aura.SqlSchema copied to clipboard
Automatic db type discovery
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.
#18 adds a factory that I think should be able to determine the correct driver given a PDO.