database
database copied to clipboard
Lite & fast micro PHP database abstraction library that is **easy to use**.
Pull in shared tables updates added in 0.45.x
Updates nessessary imports from utopia framework v1 -> utopia http v2
Adds Ferret Adapter
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...