database icon indicating copy to clipboard operation
database copied to clipboard

Lite & fast micro PHP database abstraction library that is **easy to use**.

Results 77 database issues
Sort by recently updated
recently updated
newest added

Add a specific not found exception so we can catch and handle appropriately

## 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...

## 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...