ReQL command reference - RethinkDB
Command syntax
sequence.isEmpty() → bool
Description
Test if a sequence is empty.
Example: Are there any documents in the marvel table?
r.table('marvel').isEmpty().run(conn, callback)
ReQL command reference - RethinkDB
sequence.isEmpty() → bool
Test if a sequence is empty.
Example: Are there any documents in the marvel table?
r.table('marvel').isEmpty().run(conn, callback)