php-rethink-ql icon indicating copy to clipboard operation
php-rethink-ql copied to clipboard

Brand new PHP RethinkDB driver for RethinkDB >= 2.3.0 for any framework or application

Results 12 php-rethink-ql issues
Sort by recently updated
recently updated
newest added

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

help wanted
question

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

bug

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

enhancement
help wanted
Missing feature

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

enhancement
help wanted
good first issue
Missing feature

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

enhancement
help wanted
Missing feature

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

enhancement
good first issue
Missing feature

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

enhancement
good first issue
Missing feature

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

enhancement
help wanted
Missing feature