Syntax
Arguments
No arguments.Optargs
No optional arguments.Returns
Returns a cursor pointing to an array of table names within the
specified database.
Behavior
- Lists all tables in the specified database (or default database if not specified).
 - Returns table names as strings in alphabetical order.
 - If the database is empty (no tables), returns an empty array.
 
Notes & Caveats
- Table names are returned as strings, not table references.
 - The order of table names is consistent (alphabetical).
 
Example
List tables in default database
Get all tables from the default database.List tables in specific database
Get all tables from the ecommerce database.Related Functions
r- Referencing the query builderdb- Referencing a databasedbList- Listing databasestable- Referencing a tabletableCreate- Creating a tabletableDrop- Dropping a table
Found a typo? Or maybe a broken link? RuloDB is open-source, help us fix it!

