I was wondering how hard would it be so support sqlite database for this project?
It would make perfect sense, as you won't need to run a postgres instance on dev and on prod.
Another point is that you could save the database directly in the repository and use it in prod, without having to do any kind of over the network synchronizations.
I was wondering how hard would it be so support sqlite database for this project?
It would make perfect sense, as you won't need to run a postgres instance on dev and on prod. Another point is that you could save the database directly in the repository and use it in prod, without having to do any kind of over the network synchronizations.