- Current Version: 1.9.6: 2023-06-27T16:00:30Z
- First Published: 2012-09-12T18:11:06Z
- Size: 21061920
- Supported Unity Versions: 3.5.5
SQLiteKit
Contacts: [email protected]
- Documentation is here.
- Full source code.
- Share Editing with Google Spreadsheet!
- Encryption supported "PRAGMA key=..."
- 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 WebGL, IOS, 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.
- Unity's coroutine asynchronous calls are supported.
- Asynchronous Database Examples!
- Support UTF-8, BLOB.
- SQLite native file format.
- IL2CPP supported.
- Native SQLite API nicely wrapped in C#.
- PlayMaker supported.
Add to cart