5d-diplomacy-with-multiverse-time-travel icon indicating copy to clipboard operation
5d-diplomacy-with-multiverse-time-travel copied to clipboard

Consider porting the database to SQLite and/or Postgres

Open avioletheart opened this issue 5 months ago • 1 comments

for running the game locally on a player's machine, it's a lot easier to use a single-file sqlite database, rather than setting up a microsoft sql server; for cloud hosting, postgresql is a lot cheaper and easier to run

while i generally don't like ORMs like EFCore, the abstraction might make it easier to port to other database engines in this case.

avioletheart avatar Sep 19 '24 06:09 avioletheart