drago9773 / mge.tf

0 stars 0 forks source link

Database Upgrade #9

Open EternalWill43 opened 2 months ago

EternalWill43 commented 2 months ago

I was considering of doing some DB upgrades, namely switching the SQLite lib to this one: https://github.com/WiseLibs/better-sqlite3

And maybe adding a TypeScript based ORM that will handle in-place migrations for us (for when we upgrade/add/remove tables).

Not sure if it's something you guys would be interested in.