Open tmthyjames opened 4 years ago
First inclination is to use sqlite (KISS)
Maybe consider: • aws for storage • local postgres • some other method for easy initiation/setup
I'll be using sqlite + sqlalchemy's ORM for now. Will decide later whether to migrate to postgres or similar transactional db.
First inclination is to use sqlite (KISS)
Maybe consider: • aws for storage • local postgres • some other method for easy initiation/setup