Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Where's the sqlite database stored? And how to make it persistent? — Gideros Forum

Where's the sqlite database stored? And how to make it persistent?

______ Member
edited July 2012 in General questions
I added some code to interact with a sqlite3 database in my game.

I added some code like
get("score") -- returns 0, the default
set("score", 1)
get("score") -- returns 1
When I re run it, the data is gone.
get("score") -- returns 0
How to make this persistent? I tried creating a db with the same file name in the root directory of my project, but that didn't work.

Also, where is the database of the instance that is run by the Gideros Player stored? I'd like to edit/test some things manually.

I could find any related tutorials either.
People call me "underscore".

Comments

Sign In or Register to comment.