reqlite
reqlite copied to clipboard
table wait
Is r.table('foo').wait()
supported?
I don't seem to get a response for this. RethinkDB docs reference.
Looks like there was a api change in 2.3.x. Would have to wait for Reqlite to bump to 2.3.x support? The Readme says it supports 2.2.
Hum it looks like I just missed it.
The test coverage.js
missed it too because it got confused with INDEX_WAIT
.
👍