The database workspace for intelligent teams
Branch environments in seconds. Give safe data access to non-technical teammates. Let AI tools query your data directly.
id | feature | category | status | adoption_rate | released_at |
|---|---|---|---|---|---|
1 | SQL Editor | core | ga | 0.94 | 2025-09-12T00:00:00Z |
2 | Query Autocomplete | core | ga | 0.87 | 2025-09-12T00:00:00Z |
3 | Saved Queries | core | ga | 0.81 | 2025-10-03T00:00:00Z |
4 | Query Sharing | collaboration | ga | 0.73 | 2025-10-18T00:00:00Z |
5 | Team Workspaces | collaboration | ga | 0.91 | 2025-09-12T00:00:00Z |
6 | Database Branches | core | ga | 0.62 | 2025-11-05T00:00:00Z |
7 | EXPLAIN Analyzer | core | ga | 0.58 | 2025-11-20T00:00:00Z |
8 | Basetable Bridge | connectivity | ga | 0.45 | 2025-12-01T00:00:00Z |
9 | MCP Server | integrations | ga | 0.39 | 2026-01-10T00:00:00Z |
10 | Slack Integration | integrations | ga | 0.34 | 2026-01-22T00:00:00Z |
11 | Role-Based Access | security | ga | 0.76 | 2025-10-30T00:00:00Z |
12 | Connection Snapshots | core | ga | 0.41 | 2025-12-15T00:00:00Z |
One database instance, infinite environments. No extra cost.
Spin up isolated database branches in seconds. Each gets its own independent connection string — so staging never touches production, and every developer works in complete isolation.
No more “who dropped the staging table.” Branch your database like you branch code, and delete branches when you're done.
postgres://prod.basetable.dev/main
postgres://prod.basetable.dev/staging
postgres://branches.basetable.dev/alice-onboard
postgres://branches.basetable.dev/bob-fixslow
Connect any database, even behind a firewall
Cloud databases connect directly. For everything else — localhost, private VPCs, on-premise — the Bridge agent runs on your machine and tunnels traffic securely to Basetable.
No VPN. No firewall rules. No port forwarding. Run one command and your database appears in the UI with a full connection string, ready to share with your team.
local-postgres
PostgreSQL · localhost:5432
Sarah Chen
Engineering
Marcus Webb
Product
Ines Dupont
Operations
Rohan Kumar
Finance
Guest (unverified)
External
Safe data access for everyone on your team
Your PM needs weekly signups. Your ops team needs to check order status. They shouldn't need a Jira ticket — and they definitely shouldn't have write access.
Per-user and per-connection permissions let you grant exactly the right access to exactly the right people. Read-only where it matters. No foot-guns, no tickets, no excuses.
Ask your database anything, from anywhere
Connect Basetable to Slack and your AI tools. Get instant answers from your data — no SQL knowledge required.
how many users signed up last week, and what's their avg GMV vs the prior 3 weeks?
Here's the cohort breakdown for the last 4 weeks:
Connect to Claude Desktop, Cursor, or any MCP-compatible AI in one config block.
{
"mcpServers": {
"basetable": {
"url": "https://mcp.basetable.dev/mcp",
"headers": {
"Authorization": "Bearer bt_..."
}
}
}
}- Browse tables and inspect schema
- Run safe, read-only queries
- Respects your team's permissions
- Works with Claude, Cursor & more
Write SQL at the speed of thought
Autocomplete suggests tables, columns, and functions as you type — pulled live from your schema. Syntax highlighting, bracket matching, and multi-cursor editing all included.
Paste in a slow query and run EXPLAIN with one click. The analyser highlights the expensive nodes so you know exactly where to look.
Also included
Saved Queries
Save and share queries across your team. Promote from history.
Query Sharing
Share any query with a secure link teammates can load instantly.