Syntax
Arguments
No arguments.Optargs
Optional arguments to customize the behavior of the function. Provided as anobject.
The hostname or IP address of the database server.
The port number of the database server.
The timeout in milliseconds for database operations.
The number of retries for failed database operations.
The maximum number of connections in the connection pool.
Returns
No return value.Behavior
- When a client is created, a connection pool is created internally.
 
Notes & Caveats
- The client is created with a new 
Clientinstance. However, that is subject to change in future versions. 
Example
Opening a connection
Filter fororders where the order’s status is shipped or delivered.
Related Functions
r- Referencing the query builderdisconnect- Disconnecting from RuloDB
Found a typo? Or maybe a broken link? RuloDB is open-source, help us fix it!

