Reference a table within a database to perform operations on documents.
r.table()
), operates on the default database.r.db().table()
), operates on the specified database.run()
.run()
.tableCreate
to create new tables.users
table in the default database.
orders
table in the ecommerce
database.
r
- Referencing the query builderdb
- Referencing a databasetableCreate
- Creating a tabletableDrop
- Dropping a tabletableList
- Listing tablesinsert
- Inserting documentsfilter
- Filtering documentsget
- Getting a specific document