tmthyjames / dewey

Dewey automates my son's daily to-do list (using Trello).
0 stars 0 forks source link

Use database instead of dict for data storage #2

Open tmthyjames opened 4 years ago

tmthyjames commented 4 years ago

First inclination is to use sqlite (KISS)

Maybe consider: • aws for storage • local postgres • some other method for easy initiation/setup

tmthyjames commented 4 years ago

I'll be using sqlite + sqlalchemy's ORM for now. Will decide later whether to migrate to postgres or similar transactional db.