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
更新于 12/21/2025
星标
22
分支
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.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use sqlmodel-database