Database
SQLite is not supported at all, we recommend setting up Postgres for development and deployment.
We won't go into the setup of these servers here, given the scope of our documentation,
but to configure Harmony to use your shiny new database, simply set the DATABASE environment variable
to your new database connection string.
Usually, such a string will look something like type://username:password@host-IP:port/databaseName