database

Manage Replit PostgreSQL databases and execute SQL queries across data warehouses.

Updated Aug 4, 2025
One-click install
npx skills add https://github.com/nirajrathod19/Inlytix_BI --skill database-nirajrathod19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/nirajrathod19/Inlytix_BI/tree/main/.local/skills/database
Command: npx skills add https://github.com/nirajrathod19/Inlytix_BI --skill database-nirajrathod19

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the creation, management, and querying of PostgreSQL databases, ensuring safe and efficient data operations.

Core Features & Use Cases

  • Database Management: Create and check the status of Replit's built-in PostgreSQL databases.
  • SQL Query Execution: Safely execute SQL queries against development and production databases, including data warehouses like BigQuery, Databricks, and Snowflake.
  • Use Case: You need to create a new database for your project, insert some initial user data, and then query that data to verify the setup.

Quick Start

Use the database skill to create a new PostgreSQL database for your project.

Frequently Asked Questions about database

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

FAQPage Schema
How do I manage a PostgreSQL database on Replit?

To manage a PostgreSQL database on Replit, this Skill enables you to create new database instances, check their operational status, and safely execute SQL queries against your development or production environments.

Can I run SQL queries against data warehouses like BigQuery, Databricks, and Snowflake?

Yes, you can run SQL queries against data warehouses like BigQuery, Databricks, and Snowflake. The Skill supports querying these platforms directly and includes optional data sampling for your operations.

How do I safely execute SQL queries against a production database?

You can safely execute SQL queries against a production database by using this Skill's built-in execution logic, which ensures secure data operations when interacting with your PostgreSQL environments.

Does this database tool work with Replit's built-in PostgreSQL?

Yes, this database tool works directly with Replit's built-in PostgreSQL. It is specifically designed to handle database creation, status checks, and SQL execution within the Replit environment.

What is the best way to create and query a PostgreSQL database for a new project?

The best way to create and query a PostgreSQL database for a new project is using this Skill to provision the database, insert your initial data, and verify the setup by running safe SQL queries.