seven23_server
seven23_server copied to clipboard
Allow SQLite for data storage
Current implementation require a database url to a postgres instance.
There is no reason to force the use of postgres and should allow the use of sqlite for easy and quick setup. Such solution would be convenient for CI/CD.