tbolier / php-rethink-ql

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manipulating tables: Implement indexWait ReQL command

tbolier opened this issue · comments

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 are not applicable or you have a simple question.

Actual Behavior

  • Not implemented

Expected Behavior

  • A working implementation including unit / integration test.