database

Execute parameterized SQL queries and check PostgreSQL database status in Replit.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/not-subhu/screech --skill database-not-subhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/not-subhu/screech/tree/main/.local/skills/database
Command: npx skills add https://github.com/not-subhu/screech --skill database-not-subhu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and managing PostgreSQL databases, executing SQL queries safely, and accessing data within a Replit project.

Core Features & Use Cases

  • Database Management: Create and manage Replit's built-in PostgreSQL databases.
  • Query Execution: Safely execute SQL queries with parameterized inputs.
  • Status Checking: Verify database connectivity and availability.
  • Use Case: For developers who need to debug database issues, query data in development or production, or migrate changes between environments.

Quick Start

Use the database skill to check the status of the pre-configured database with the command: 'checkDatabase()'.

Frequently Asked Questions about database

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

FAQPage Schema
How do I execute SQL queries safely in a Replit PostgreSQL database?

You can safely execute SQL queries in a Replit PostgreSQL database by using parameterized inputs, which protects against injection while allowing schema checking and data access. The skill handles secure execution automatically.

What is the best way to check PostgreSQL database status and connectivity?

The best way to check PostgreSQL database status and connectivity is to run the `checkDatabase()` command, which verifies database availability and confirms your development environment is actively connected to the data store.

Can I use this to manage built-in PostgreSQL databases for development debugging?

Yes, you can manage built-in PostgreSQL databases for development debugging. It provides a platform to test queries, inspect schemas, and debug data issues safely within your Replit project environment.

How do I create and manage PostgreSQL databases within a Replit project?

To create and manage PostgreSQL databases within a Replit project, use the skill's database management scripts to provision the built-in data store, execute commands, and handle data access securely.

Are there limitations when migrating database changes between environments using Replit?

The skill supports migrating database changes between environments, but it is designed for development and production data querying. Limitations depend on your Replit environment configuration and the complexity of the schema modifications.