SQLite for Unity with zero configuration — connect, define tables with attributes, and read and write rows without writing any platform-specific code.AyrisDB has no rendering dependency and works with Built-in, URP, and HDRP projects. It does not require or modify any render pipeline features.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.DOCUMENTATIONSUPPORTBUG_REPORTSQLite integration with zero-configuration connection setup and automatic platform-specific database path and journal handling.Attribute-based ORM supporting synchronous and asynchronous CRUD operations.Automatic serialization and storage for Vector3, Quaternion, Color, Rect, and Bounds.Optional AES-256 database encryption with an active-encryption verification guard.Automatic IL2CPP type preservation for database models during builds.In-Editor Inspector with Overview, Connections, Schema, Query, and Diagnostics views.Native database support for Windows x64, Windows x86, Linux x64, and WebGL.No rendering pipeline dependency; the package works with Built-in, URP, and HDRP projects.AI tools were used only for demo data generation, documentation text, and related development assistance. The software code, architecture, testing, and final decisions were created and controlled by Tools Studio.




