FAKE2DB
Create custom test databases that are populated with fake data
...The installation through pypi retrieves 'fake-factory' as a main dependency. db argument takes 6 possible options, sqlite, mysql, postgresql, mongodb, redis, CouchDB. name argument is OPTIONAL. When it is absent fake2db will name db's randomly. host argument is OPTIONAL. Hostname to use for database connection. Not used for sqlite. host argument is OPTIONAL. Hostname to use for database connection. Not used for sqlite. username argument is OPTIONAL. Username for the database user. password argument is OPTIONAL. ...