Splash-Media-Co / server

Backend server for Splash
6 stars 0 forks source link

switch to LSD #1

Closed EngineerRunner closed 8 months ago

EngineerRunner commented 8 months ago

basically just switching to LocalSimpleDatabase because: 1) theres no point in using SQL, you gain nothing really 2) it overcomplicates things 3) it didnt even work because tables weren't initialised

but yeah, it should work now. basically just needs a bit more testing

EngineerRunner commented 8 months ago

actually now that i think about it, mongodb would be better. you can reopen and merge this if you want, but ima work on switching to mongodb instead

EngineerRunner commented 8 months ago

actually, mongodb wouldn't be too much better, so ima leave it up to somebody else to decide

EngineerRunner commented 8 months ago

dont merge this yet tho, its not ready

EngineerRunner commented 8 months ago

aight it works fine, ready to merge