Is there some module to allow for easy DB provider configuration via connection string, similar to PHP’s PDO where I can nicely say “psql://” or “mysql://” or, in this python project, am I just going to have to code some factory classes that use MySQLdb, psycopg2, etc?
Is there some module to allow for easy DB provider configuration via connection string,
Share
http://www.sqlalchemy.org/docs/core/connections.html