solital / katrina
Official Solital ORM for database abstraction
2.6.4
2024-09-10 17:55 UTC
Requires
- php: ^8.2
- ext-pdo: *
- brenno-duarte/modern-php-exception: ^3.3
- symfony/uid: ^7.1
Requires (Dev)
- fakerphp/faker: ^1.23
- phpunit/phpunit: ^11
- symfony/var-dumper: ^7.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Official ORM of Solital framework
Katrina ORM is a component that brings the object-oriented application development paradigm closer to the relational database paradigm. It helps to carry out common routines, such as the famous CRUD (create, read, edit and delete), in addition to having a data paging system.
Katrina ORM uses the Active Record standard and query builder to manipulate the data in the database.
Documentation
You can see all the Katrina ORM documentation here
License
MIT