ReQL command: isEmpty

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)

© RethinkDB contributors
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
https://rethinkdb.com/api/javascript/is_empty/