Syntax
Arguments
No arguments.Optargs
No optional arguments.Returns
The query builder object.
Behavior
- The 
robject is the starting point for all RuloDB queries. - Provides access to database operations, table operations, and utility functions.
 - All queries must begin with 
rfollowed by the appropriate method chain. 
Notes & Caveats
- The 
robject is imported from the RuloDB SDK. - Queries built with 
rare not executed until.run(client)is called. 
Example
Basic query building
User to start building database queries.
Query chaining
Chain multiple operations starting withr.
Database operations
Access database-level operations throughr.
Related Functions
db- Referencing a DatabasedbCreate- Create a DatabasedbDrop- Drop a DatabasedbList- List Databasestable- Referencing a TabletableCreate- Create a TabletableDrop- Drop a TabletableList- List Tables
Found a typo? Or maybe a broken link? RuloDB is open-source, help us fix it!

