Syntax
Arguments
List of arguments to provide.Optargs
No optional arguments.Returns
Information about the operation.
Behavior
- When the database is created, it is immediately available for use.
 - When a new RuloDB instance is started with a fresh data directory, a new database, called 
default, is created automatically. 
Notes & Caveats
- The database name must be less than 255 characters.
 - The database name must consist of ASCII alphanumeric characters, hyphens, and underscores.
 - The database name must be unique within the RuloDB instance.
 - The database name must not be a reserved database name. The following names are reserved: 
__system__. 
Example
Creating a Database
Create a new database calledtest.
Related Functions
r- Referencing the query builderdb- Referencing a databasedbDrop- Dropping a databasedbList- Listing databases
Found a typo? Or maybe a broken link? RuloDB is open-source, help us fix it!

