MX SQLite Data is a database provider for SQLite3. It's based on MSDN ADO.Net documentation, but with new features which are not support in original implementation of Microsoft.
It can be used for settings storage or invetary, and with the help of MX SQLite Shell it's possible to change them at runtime, no matter whether it is on a mobile device or a computer.
Features:
- C# implementation of SQLite3 database
- Full source code
- Support output parameters
- Transaction and Save Points
- Database connection string builder
- GUID as Text or Binary format
- DateTime as Ticks, Iso8601, JulianDay or Unix format
- Enum as Integer or Text
- Tested on Android, iOS, PC, Mac
- NUnit tests for Unity Test Tools
- Im memory database