and-rad / heyapple

Food & nutrient tracker, recipe manager, shopping list generator
https://heyapple.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

Implement proper database backends #39

Open and-rad opened 6 months ago

and-rad commented 6 months ago

Right now, all data is managed by a very simple custom in-memory database which is saved out to JSON files in regular intervals. This is not exactly slow, but it is less reliable and less parallelizable than using a full-fledged RDBMS would be.