BasJ93 / MyFoodLog

A self-hosted calorie tracking app integrating with Grocy, OpenFoodFacts and Spoonacular.
GNU General Public License v3.0
1 stars 0 forks source link

Add support for other database engines #32

Open BasJ93 opened 1 year ago

BasJ93 commented 1 year ago

Currently using SQLite because it is easy during development, and usable for small single instance deployments. However, supporting other database engines like MariaDB and PostgreSQL will allow for more deployment options. E.g.