As stated in the Rails Guides: The only way to explicitly not use the connection information in ENV['DATABASE_URL'] is to specify an explicit URL connection using the "url" sub key: The ...
This simple Python utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Peewee ORM application. All credit goes to Kenneth Reitz for this one, as ...