USQLIteNet is a minimal library to allow unity app to store data in SQLite 3 databases. It works on all the platforms
(iOS, Android, PC, MAC, UWP)
Features:
-Full source code, port from SQLiteNet-PCL.
-Thin wrapper over SQLite and should be fast and efficient.
-Very simple methods for executing CRUD operations and queries safely (using parameters) and for retrieving the results of those query in a strongly typed fashion.
-Works with your data model without forcing you to change your classes. (Contains a small reflection-driven ORM layer.)
-Supports all platforms.
-Fully tested, contains 123 tests.
-0 dependencies aside from a compiled form of the sqlite3 library.
Write me at grimmzzf@gmail.com if you have any query.