Postgres
Postgres is one of the most popular open-source relational database that supports both SQL (relational) and JSON (non-relational) querying.
Configuration
DATABASE_URI
format should be postgresql://<user>:<pass>@<host>:<port>/<database>
Example:
DATABASE_URI=postgresql://user:pass@localhost:5432/llana