NoSQLite is a lightweight SQLite ORM that simplifies database management. Store and retrieve entire objects with minimal code, no complex queries needed —unless you want to write them.NoSQLite is a lightweight SQLite ORM designed for Unity. This tool allows you to work with databases in a simple way, like if you're using NoSQL. With just a few lines of code, you can easily store and retrieve entire objects.With NoSQLite, you’ll never have to write a query again—unless you want to!Key FeaturesSaves entire objects into a SQLite database.Auto-creates your object's table. If you save an object and its table doesn’t exist, it’s created automatically.Supports multiple SQLite databases.You can run custom SQL queries whenever needed, you are not limited.SQLite 3 format, so you can edit your databases in every moment.Compatibility:Android & iOS: Supported. Windows, Linux, Mac: Supported. WebGL: Supported (*). Windows Store: Not supported. (*) On WebGL, the database operates in memory only, so changes are not saved persistently.Manual | API