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.
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.