database
database copied to clipboard
Lite & fast micro PHP database abstraction library that is **easy to use**.
Add a specific not found exception so we can catch and handle appropriately
Joins
## Summary by CodeRabbit * **New Features** * Join support (inner/left/right) with aliasing and relation-based comparisons. * QueryContext introduced to carry selections, permissions, and tenant scope across operations. * **Behavior...
Closes SER-541
## Summary by CodeRabbit * **New Features** * Adapters now expose and use database-specific maximum VARCHAR lengths, improving schema generation and attribute sizing accuracy. * **Tests** * End-to-end tests updated...
## Summary by CodeRabbit * **New Features** * Added a distinct Unique error type to represent non-primary unique-index violations. * **Bug Fixes** * Adapters now distinguish primary-identifier duplicates from other...