Skip to main content

Jinya Database

A simple database struct mapper that resembles some features of an ORM

Attribute-based Mapping

Define your database structure using PHP 8.3 attributes. Map classes to tables and properties to columns with ease and type safety.

Integrated Query Builder

Leverage the power of Aura.Sql-Query directly within your entities. Build complex queries with a fluent and intuitive API.

Two-Level Caching

Boost performance with a built-in caching system. Jinya Database uses both in-memory KeyCache and persistent FileCache for optimal speed.