curiosum-dev / kanta

User-friendly translations manager for Elixir/Phoenix projects.
https://kanta.curiosum.com/kanta/dashboard
MIT License
182 stars 15 forks source link

Support for SQLite database #39

Closed D4no0 closed 8 months ago

D4no0 commented 1 year ago

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.