Publisher | Grimmzzf |
---|---|
File size | 4.53MB |
Number of files | 143 |
Latest version | 1.0.0 |
Latest release date | 2017-06-28 11:30:30 |
First release date | 2017-06-28 11:30:30 |
Supported Unity versions | 2018.4.2 or higher |
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 [email protected] if you have any query.