| Database |
URL Format |
| MySQL |
mysql://hostname:port/database_name |
| PostgreSQL |
postgresql://hostname:port/database_name |
| SQLite |
sqlite:/path/to/database/file.db |
-
For SQLite, leave
databaseUser
and
databasePassword
empty
-
The server has been tested with MySQL, SQLite, and PostgreSQL
-
Other databases supported by
may work but are untested
info
Last Updated on: Sep 11, 2025 at 04:00 PM IST