Open CptPie opened 2 years ago
Would using an ORM to create and manage the database help? I'm on the fence about whether ORMs help more than be a pain for smaller projects.
iirc we already had the ORM discussion either in #41 or Stream, i think its more hassle that it would be worth esp for now. Once we support multiple data backends it MIGHT be worth to revisit the idea.
Mostly used for data migration. This might aswell allow automatic data migration when the server detects an older db version utilizing the (somewhat) existing database migration scripts (maybe do automatic migration as a cli flag that is off per default?)