Publisher | Forja Games Assets Repository |
---|---|
File size | 1.64MB |
Number of files | 31 |
Latest version | 0 |
Latest release date | 2019-12-04 09:08:13 |
First release date | 2015-04-30 05:22:36 |
Supported Unity versions | 2018.4.2 or higher |
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.
Manual | API
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.
Manual | API