DB Connection

Use when setting up database connections, especially for Neon PostgreSQL. Triggers for: Neon Postgres connection, connection pooling configuration, connection string management, SSL configuration, or SQLAlchemy engine setup. NOT for: CRUD operations (use @sqlmodel-crud) or migration scripts (use @db-migration).

aiskillstore Updated

File contents

aiskillstore/marketplace commit 4cdd842c2e

Frequently asked questions

npx skillmds@latest add aiskillstore/db-connection