A simple database struct mapper that resembles some features of an ORM
Define your database structure using PHP 8.3 attributes. Map classes to tables and properties to columns with ease and type safety.
Leverage the power of Aura.Sql-Query directly within your entities. Build complex queries with a fluent and intuitive API.
Boost performance with a built-in caching system. Jinya Database uses both in-memory KeyCache and persistent FileCache for optimal speed.