The root object to build queries.
r
object is the starting point for all RuloDB queries.r
followed by the appropriate method chain.r
object is imported from the RuloDB SDK.r
are not executed until .run(client)
is called.r
to start building database queries.
r
.
r
.
db
- Referencing a DatabasedbCreate
- Create a DatabasedbDrop
- Drop a DatabasedbList
- List Databasestable
- Referencing a TabletableCreate
- Create a TabletableDrop
- Drop a TabletableList
- List Tables