Open
Description
Description of your request
It would be nice to be able to use SQLite as the database layer instead of requiring Mariadb
Describe the solution you'd like
Instead of having to stand up a Mariadb, it would be lighter on resources if a SQLite file could be used as a database.
Describe alternatives you've considered
N/A
Additional context
For my selfhosting usecase, spinning up a Mariadb instance is a waste of resources and a bit overkill. I try to use SQLite whenever possible as I dont expect to handle much traffic (private hosting, nothing that needs production level quality for public access).