db

Connect to multiple database engines and execute SQL queries or migrations.

10|5|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/rajitsaha/100x-dev --skill db-rajitsaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db
Source: https://github.com/rajitsaha/100x-dev/tree/main/modules/db
Command: npx skills add https://github.com/rajitsaha/100x-dev --skill db-rajitsaha

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables users to establish connections with multiple database engines, simplifying data access and management tasks.

Core Features & Use Cases

  • Database Connectivity: Connect to Cloud SQL, PostgreSQL, Snowflake, Databricks, Athena, Presto, or Oracle effortlessly.
  • Execute SQL & Migrations: Run queries, perform migrations, and manage database schemas within your workflow.
  • Use Case: A data analyst needs to query a Snowflake warehouse; they can use this Skill to run custom SQL commands directly from their project.

Quick Start

Use the /db command to run a SQL query on your project database or perform migrations as needed.

Frequently Asked Questions about db

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

FAQPage Schema
How do I connect my workflow to multiple database engines like Snowflake and PostgreSQL?

You can connect to multiple database engines by using the /db command to establish a connection for querying and managing data across supported platforms like Snowflake, PostgreSQL, and Oracle.

Can I run SQL queries and perform database migrations directly from my project?

Yes, you can run SQL queries and perform database migrations directly within your project by executing custom SQL commands through the database connection interface.

Does this database connection tool support Cloud SQL and Databricks?

Yes, the database connection tool supports Cloud SQL and Databricks, allowing you to integrate workflows for diverse data management and querying tasks.

What is the best way to manage database credentials for automation pipelines?

The best way to manage database credentials for automation pipelines is using common configuration practices that ensure secure and efficient connections to your database systems.

How do I query an Athena or Presto warehouse using SQL commands?

You can query an Athena or Presto warehouse by establishing a connection through the database management interface and executing your custom SQL commands directly.

Are there limitations when integrating diverse database workflows into automation pipelines?

Limitations depend on specific database engine compatibility, but the tool facilitates integration across common engines to manage schemas and run queries efficiently within automation pipelines.