Given that single projects are not that large, is there a reason you chose Postgres? I imagine using sqlite would reduce the installation complexity of
the solution.
Thanks!
The project is using gorm (gorm.io) so it should be easy to be able to support sqlite as well since all the queries should be db agnostic. I want to make installation/usage as easy as possible so wrapping everything into a docker container and/or using another DB is an option for sure. I will check what is possible to do :)