Overview
MSSQL
DATABASE_URI format should be mssql://<user>:<pass>@<host>:<port>/<database>
MySQL
DATABASE_URI format should be mysql://<user>:<pass>@<host>:<port>/<database>
Postgres
DATABASE_URI format should be postgresql://<user>:<pass>@<host>:<port>/<database>
MongoDB
DATABASE_URI format should be mongodb://<user>:<pass>@<host>:<port>/<database>