00DB
Double Zero Database — Zero Trust, Zero Trace
The secure way to give your team database access. 00DB runs inside your Kubernetes cluster — a sandbox is a pod that reaches your production database, never a developer's laptop.
Developers get access to your Kubernetes cluster, not a network route to production — only the sandbox pod itself talks to prod over the network.
Access is scoped with the same role-based access control your platform team already manages — nothing new to learn or run.
Every sandbox is a disposable pod that deletes itself — see below. There's no lingering copy of your data to lose track of.
Every sandbox self-destructs on its own — after 15 minutes of no activity, or 9 hours no matter what, whichever comes first. Nothing sits around after you're done, on any tier.
Your DBA sets limits directly on your own database — a cap on how much sensitive data (like SSNs) any one pull can return, and a separate daily cap across your whole team. Specific records, like a public figure's, can be flagged so only approved users can ever retrieve them. Every one of those checks is logged as it happens, so there's a real audit trail of who retrieved what and when — configured on your database, not through this site, on every tier. This is a 00DB-only capability: SQL Simulator (the Docker version) is deliberately simpler and doesn't include it — see SQL Simulator.
Talk to us to get started.
- ✓ Connect your data sources, upload the SQL scripts you want to test, and build a test database from them
- ✓ Automatically includes anything that directly touches your tables, like a trigger, stored procedure, or view
- ✓ Understands SELECT, DELETE, UPDATE, GRANT, and other statement types in your uploaded scripts
Talk to us to get started.
- ✓ Everything in Starter
- ✓ Automatically includes dependencies no matter how many steps away they are — a procedure that calls another procedure, which calls a view, and so on
Talk to us to get started.
- ✓ Everything in Standard
- ✓ Build test databases from more than one data source at the same time, each kept separate from the others
How it works
Contact sales and tell us which tier fits your team.
Once you're set up, generate a license key from your Dashboard, labeled however helps you tell it apart later.
Set it as an environment variable in your Kubernetes manifest or Helm chart.
That's it. Your cluster checks in automatically and unlocks your tier.