- Valid user credentials
- Network access to an active Regatta cluster
Installation
- Linux
Copy the Regatta CLI RPM package to your target Linux machine and install it:Verify the CLI binary is installed:
Launch the CLI
Start the client:Connect to Your Cluster
Authenticate with your credentials and cluster address:NOTE: From this point forward the rdb> prompt will be omitted.
Table Management
Create a Table
Let’s create anemployees table:
Insert Data
Insert multiple rows:Query Data
Select all records:Update Records
Give Richard Roe a raise:SELECT to confirm:
Delete Records
Remove the employee with the highest salary:Drop the Table
List tables:employees:
Next Steps
- Explore advanced CLI commands usding the SQL guide.
- Integrate with your preferred language using one of our language-specific drivers.