charcoal-dev / db-orm
ORM for Charcoal Database lib
0.2.17
2026-04-13 15:40 UTC
Requires
- php: ^8.3
- ext-bcmath: *
- ext-gmp: *
- charcoal-dev/base: ^0.2.1
- charcoal-dev/buffers: ^0.2.4
- charcoal-dev/contracts: ^0.1.16
- charcoal-dev/database: ^0.2.9
- charcoal-dev/gmp-adapter: ^0.1.3
- charcoal-dev/vectors: ^0.2.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
The DB ORM library adds an object-relational mapping layer to Charcoal’s database system, letting developers interact with tables through typed entities instead of raw SQL. It integrates with the kernel lifecycle, supports events for persistence actions, and offers a clean API for querying, saving, and managing records while keeping database logic organized and consistent across projects.