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

Pull in shared tables updates added in 0.45.x

Updates nessessary imports from utopia framework v1 -> utopia http v2

Make Duplicate exceptions more verbose

### 🔖 Feature description ```PHP $resp = $DB::updateDocumentBy('db', 'collection', [ Query.select(['foo', 'bar']) ], { 'bar': 'bla', 'splash': 'hash' }); ``` ### 🎤 Pitch Alternate way for SELECT statement when Document...

### 👟 Reproduction steps When I am installing the module for local development, I am getting the issue swoole coroutine client not found despite the the fact it has been...

bug