Archive: December, 2011

SQLiteVariable – Preserve variables in the sqlite DB

December 2, 2011 No Comments by amirshk

Here I will describe how I added a simple functionality to sqlite that allowed me to use persistent variables in the sqlite database file. I used it in eLibrary to verify to what version the database belonged to. And the usage if very simple:

Read More »