It's SQLiteKit version for .Net 2.0 subset target,
as result of subset limitation
threads, encription and playmaker integration was removed.Contacts:
orangetree.unity@gmail.com- Documentation is
here in progress
- Video is
here- Full source code
- Share Editing with Google Spreadsheet!
- Helps organize statistics or score in one single database file to enjoy sophisticated search using SQL language and benefits of keeping everything in one place.
- All platforms are supported (full code, no dlls). Tested on WebPlayer, IPhone, WM8, Android, PC and Mac.
- It can be used for game scenarios or settings storage which could be easily modified by great tools like SQLite Database Browser.
- Best advantage is that you can read or download database file into memory, which is crucially important for platforms like WebPlayer where access to the file system is restricted.
- Support UTF-8, BLOB.
- SQLite native file format.
- IL2CPP,WP8,WSA supported.
- Native SQLite API nicely wrapped in C#.