NoSQLite is a SQLite ORM for Unity. This tool allows you to work with databases in a simple way, like if you're using NoSQL or object-oriented databases. You can store or get entire objects only with two lines of code.
You'll never need to write a query again! -unless you want to do it.
Features
- Saves entire objects into a SQLite database.
- Auto-creates your object's table if you save one and its table doesn't exists.
- Supports multiple SQLite databases
- You can execute SQL queries if you want, you are not limited.
- SQLite 3 format, so you can edit your databases in every moment.
Compatibility:
- Android & iOS: yes
- Windows, Linux, Mac: yes
- Web player & WebGL: yes*
- Windows Store & Phone: no
* The database in Webplayer/WebGL is executed on memory, so the changes will not be saved.