database

Provision and manage Replit PostgreSQL databases with safe SQL execution.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ma-wais/Quality-Management-System --skill database-ma-wais
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/ma-wais/Quality-Management-System/tree/main/.local/skills/database
Command: npx skills add https://github.com/ma-wais/Quality-Management-System --skill database-ma-wais

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage PostgreSQL databases and execute SQL queries safely in your development and production environments.

Core Features & Use Cases

  • Create and verify PostgreSQL databases for the project.
  • Check database provisioning and accessibility.
  • Execute SQL queries with safety checks across development and production contexts.
  • Read-only production queries against a replica of production (where supported).
  • Query data warehouses (BigQuery, Databricks, Snowflake)

Quick Start

Ask me to create a PostgreSQL database for your project and run a safe query against it.

Frequently Asked Questions about database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely execute PostgreSQL queries in a production environment?

Safely execute PostgreSQL queries by using environment isolation and safety checks that block destructive operations. Read-only production queries run against a replica, returning structured results and connection hints without risking primary data.

What's the best way to provision a built-in PostgreSQL database for my project?

Provision a built-in PostgreSQL database by requesting setup and verifying accessibility through automated provisioning checks. This process confirms the database is ready for development or production workflows and provides the necessary connection details.

Does this database tool support read-only queries against a production replica?

Yes, read-only production queries are supported against a replica where available. This ensures production data safety by preventing accidental writes while still allowing data retrieval and analysis with structured result outputs.

Can I query data warehouses like BigQuery, Databricks, or Snowflake with this tool?

Yes, you can query data warehouses including BigQuery, Databricks, and Snowflake. The tool applies safety constraints to these queries, returning structured results to support broader data analysis beyond standard PostgreSQL databases.

What destructive SQL operations are blocked during query execution?

Destructive and unsafe SQL operations are blocked during query execution by enforced safety constraints. The tool applies environment isolation to prevent accidental data loss, ensuring only safe read or write operations proceed in development and production contexts.