home/categories/sql-databases/mjunaidca-mjs-agent-skills-docs-taskflow-vault-skills-engineering-sqlmodel-database-skill-md
sql-databasesdatabases

sqlmodel-database

Design and implement database schemas using SQLModel with sync and async patterns. Use this skill when creating database models, setting up Neon PostgreSQL connections, defining relationships (one-to-many, many-to-many), implementing FastAPI dependency injection, or migrating schemas. Covers both sync Session and async AsyncSession patterns.

mjunaidca
maintainer
mjunaidca
Actualizado 12/21/2025
Estrellas
22
Forks
10
quick start

Installation and usage

Design and implement database schemas using SQLModel with sync and async patterns. Use this skill when creating database models, setting up Neon PostgreSQL connections, defining relationships (one-to-many, many-to-many), implementing FastAPI dependency injection, or migrating schemas. Covers both sync Session and async AsyncSession patterns.

Instalación
$ install --globalskills.sh
Uso

Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:

skills use sqlmodel-database