Kubernetes-native packaging · secure by design

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.

🔐
No direct prod network access

Developers get access to your Kubernetes cluster, not a network route to production — only the sandbox pod itself talks to prod over the network.

🔑
Ordinary Kubernetes RBAC

Access is scoped with the same role-based access control your platform team already manages — nothing new to learn or run.

Nothing left standing

Every sandbox is a disposable pod that deletes itself — see below. There's no lingering copy of your data to lose track of.

Self-destructing sandboxes

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.

🛡
Built-in data governance & audit trail

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.

Starter
Contact Sales

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
Contact sales
Most popular
Standard
Contact Sales

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
Contact sales
Multi
Contact Sales

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
Contact sales

How it works

1

Contact sales and tell us which tier fits your team.

2

Once you're set up, generate a license key from your Dashboard, labeled however helps you tell it apart later.

3

Set it as an environment variable in your Kubernetes manifest or Helm chart.

4

That's it. Your cluster checks in automatically and unlocks your tier.

Just want to run something locally on your own machine? See SQL Simulator, the Docker version.