What problem does it solve?
Create and manage Replit's built-in PostgreSQL databases, check status, execute SQL queries with safety checks, and run read-only queries against the production database. Use when the user wants to check prod data, debug database issues in production, or asks you to "check the prod db", "query production", "look at live data", or "see what's in the database on the deployed app".
Core Features & Use Cases
- Provision new PostgreSQL databases for projects
- Check provisioning status and read-only queries against production replicas for safe debugging
- Execute parameterized SQL queries across development and production targets, including read-only warehouse queries when allowed
- Query data warehouses (BigQuery, Databricks, Snowflake) with Databricks connector guidance
Quick Start
Check the database status or run a safe, read-only query against development or production.