Temporarily select a database for subsequent operations.
table
function, this function does not return all tables in the database if called as r.db('myDb').run(client)
.orders
table where the order’s shipping address country
is UAE
, where the country is a nested field of address
.
payments
table where the amount
is greater than or equal to 100
.
r
- Referencing the query builderconnect
- Connecting to RuloDBdisconnect
- Disconnecting from RuloDBdbCreate
- Creating a databasedbDrop
- Dropping a databasedbList
- Listing databases