SQL Studio & gateways
Query in the browser or connect through PostgreSQL, MySQL, and SQL Server client gateways.
Give developers one place to run SQL. Keep authentication, policies, masking, approvals, and every activity event under your control.
Your databases remain external and under your control.
| id | customer_id | iban 🔒 | card_number 🔒 | balance |
|---|---|---|---|---|
| 1 | 1842 | TR••••0001 | •••• 0001 | 420.33 |
| 2 | 2091 | TR••••0002 | •••• 0002 | 86.70 |
| 3 | 3104 | TR••••0003 | •••• 0003 | 1,200.00 |
| 4 | 4028 | TR••••0004 | •••• 0004 | 64.12 |
One control plane
Built for production access
Rowset combines a browser SQL Studio with database client gateways, so policy follows the user whichever workflow they prefer.
Query in the browser or connect through PostgreSQL, MySQL, and SQL Server client gateways.
Unsafe SELECT, UPDATE, and DELETE statements are understood structurally—not checked with brittle string matching.
Route sensitive work through approval workflows without turning every safe query into a ticket.
Return useful results while protecting sensitive columns and limiting which rows each role can see.
Authentication, authorization, and per-connection role access stay independent and explicit.
Capture complete activity events in one canonical format with VictoriaLogs or Elasticsearch.
Governance in the path
Rowset evaluates identity, connection access, SQL safety, data policy, and approval state before work reaches the database. Timeouts, bounded pools, and cancellation keep the path predictable under load.
One-container deployment
Rowset Core and Studio ship together. Persistent control data stays on your volume, saved connection credentials are encrypted, and customer databases remain external.
Start with control
Deploy Rowset on your infrastructure and give every query a clear identity, policy decision, and activity record.