AyrisDB


SQLite for Unity with zero configuration — connect, define tables with attributes, and read and write rows without writing any platform-specific code.


by Tools Studio


Price History +

AyrisDB provides SQLite database integration for Unity without requiring platform-specific database code. Define database tables as C# classes with attributes, open a connection, and read or write structured data using synchronous or asynchronous APIs. Raw SQL is also available when direct queries are required.


AyrisDB includes an attribute-based ORM for common database operations, automatic storage for Unity types such as Vector3, Quaternion, Color, Rect, and Bounds, optional AES-256 database encryption, and automatic IL2CPP protection for database models.


The included AyrisDB Inspector provides an in-Editor interface for viewing connections, tables, schemas, queries, rows, and diagnostics without leaving Unity.


Supported platforms in this release are Windows x64, Windows x86, Linux x64, and WebGL.


Requires Unity 2022.3 LTS or later.


DOCUMENTATION

SUPPORT

BUG_REPORT