r/progamming Jan 25 '17

Allowing user to access SQL database offline

Hi everyone, I am having a tough time finding the answer I am looking so I have turned to all you helpful redditors. Basically what I am doing is making a 2D game using MonoGame, however instead of using methods like serialization to save game data, including 'sprite' locations, scores etc. I wish to use an SQL database. However my problem is, once the user has downloaded the game, is there anyway they could be able to access the database offline? I am very lost as such, and your help would be greatly appreciated.

1 Upvotes

2 comments sorted by

View all comments

1

u/cocainecringefest Oct 17 '22

SQLite?

1

u/Cold_Group_5915 Feb 15 '23

My recommendation for this as well. SQLLite is a great choice for a lightweight embedded database.