renamed async fastapi skill
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: fastapi-async-sqlalchemy-modernization
|
name: async-fastapi-sqlmodel
|
||||||
description: 'Create a step-by-step modernization plan for an existing FastAPI app using SQLAlchemy async patterns, context managers, and AsyncExitStack. Use when: planning migration from legacy DB setup, standardizing async engine/session lifecycles, defining transaction boundaries, and aligning with SQLAlchemy 2.x best practices.'
|
description: 'Create a step-by-step modernization plan for an existing FastAPI app using SQLAlchemy async patterns, context managers, and AsyncExitStack. Use when: planning migration from legacy DB setup, standardizing async engine/session lifecycles, defining transaction boundaries, and aligning with SQLAlchemy 2.x best practices.'
|
||||||
x-personal-mcp:
|
x-personal-mcp:
|
||||||
id: fastapi-async-sqlalchemy-modernization
|
id: async-fastapi-sqlmodel
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
tags:
|
tags:
|
||||||
- fastapi
|
- fastapi
|
||||||
@@ -11,7 +11,7 @@ x-personal-mcp:
|
|||||||
- asyncio
|
- asyncio
|
||||||
- modernization
|
- modernization
|
||||||
capabilities:
|
capabilities:
|
||||||
- resource://skills/fastapi-async-sqlalchemy-modernization/document
|
- resource://skills/async-fastapi-sqlmodel/document
|
||||||
---
|
---
|
||||||
|
|
||||||
# FastAPI Async SQLAlchemy Modernization Plan
|
# FastAPI Async SQLAlchemy Modernization Plan
|
||||||
Reference in New Issue
Block a user