php-rethink-ql
php-rethink-ql copied to clipboard
Brand new PHP RethinkDB driver for RethinkDB >= 2.3.0 for any framework or application
Currently highest version possible for PHP 8 is 1.2.1. Please adjust composer requirements to make this project installable via composer for PHP8 Thank you
The getting started example is wrong. Registry class constructor require options to be an instance of OptionsInterface.
To test I'm now using this code: ```php $r = new Rethink($registry->getConnection('default')); $r->connection()->connect(); $r->db() ->tableCreate('test') ->run(); ``` I'm getting a Runtime Error: ``` PHP Fatal error: Uncaught TBolier\RethinkQL\Connection\ConnectionException: Runtime error:...
## Issue summary Currently tests don't passed in PHP 7.2 for `RowTests.php`. PHP 7.3 is now in beta so we must include it too. If Scrutinizer don't provide the feature,...
## Issue summary The current ReQL document manipulation commands implementation is currently missing in the driver. https://www.rethinkdb.com/api/java/ **Document manipulation** - [x] pluck - [x] without - [ ] merge -...
## Issue summary The current ReQL document manipulation commands implementation is currently missing in the driver. https://www.rethinkdb.com/api/java/#zip **Selecting data** - [ ] zip The following sections can be removed only,...
## Issue summary The current ReQL document manipulation commands implementation is currently missing in the driver. https://www.rethinkdb.com/api/java/ **Document manipulation** - [ ] map - [ ] withFields - [ ]...
## Issue summary The current ReQL command implementation is currently missing in the driver. https://www.rethinkdb.com/api/java/#index_status **Manipulating tables** - [ ] indexStatus The following sections can be removed only, whenever they...
## Issue summary The current ReQL command implementation is currently missing in the driver. https://www.rethinkdb.com/api/java/#index_wait **Manipulating tables** - [ ] indexWait The following sections can be removed only, whenever they...
## Issue summary The current ReQL dates and times commands implementation is currently missing in the driver. https://www.rethinkdb.com/api/java/ **Dates and times** - [ ] now - [ ] time -...