Rocketadmin
Database admin panel service for connections, tables, primary-key row operations, and company invitation verification.
Tailored to ops teams that delete or update rows by primary key across MySQL, Postgres, MSSQL, Oracle, or MongoDB, and validate company invitation links.
Sign in to connect Rocketadmin
Sign in to connect an account and start using Rocketadmin in your apps.
Example Use Cases
These are example ways Snow can use Rocketadmin when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to add a new row to a database table in RocketAdmin. Use when you need to insert data into a specific table. This is an API+ feature that creates a new row with the provided field values.
Tool to validate whether an API key is legitimate and active. Use when you need to verify that the current API key is valid before performing other operations.
Tool to delete multiple rows from a table by primary key. Use when you need to batch delete rows identified by their primary keys. This is an API+ feature.
Tool to delete a single row from a database table by primary key. Use when you need to remove a specific row identified by its ID. This is an API+ feature.
Tool to export table data as a CSV file from RocketAdmin. Use when you need to download table data in CSV format. This is an API+ feature that exports the specified table with optional filtering, pagination, and sorting.
Tool to retrieve all rows from a database table with filter parameters in the request body. Use when you need to fetch rows with complex filtering conditions. This is an API+ feature that supports advanced filtering with operators like equals, greater than, less than, like, in, etc.
Tool to retrieve all database connections where the user has access. Use when you need to discover available connections in the user's workspace.
Tool to retrieve all tables in a database connection organized with category information. Use when you need to discover available tables in a specific connection.
Tool to retrieve a hello greeting message from the Rocketadmin API. Use when testing API connectivity or getting a simple greeting response.
Tool to retrieve user information by email address. Use when you need to get details about a specific user by their email.