LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: SQLModel

Browse skills that share this tag.

  • scaffolding-fastapi-dapr - FastAPI Backend with Dapr and SQLModel
    FastAPIDaprSQLModelREST API

    ★ 2 · Updated 2026-05-28

    Build production-grade FastAPI backends with SQLModel, Dapr integration, and JWT authentication

    ⚙ create FastAPI application⚙ define SQLModel schemas⚙ create CRUD endpoints
  • scaffolding-fastapi-dapr - FastAPI + Dapr Backend Scaffold
    FastAPIBackendMicroservicesDapr

    ★ 63 · Updated 2026-05-28

    Generate FastAPI backends with SQLModel and Dapr integration

    ⚙ create FastAPI project⚙ define SQLModel schemas⚙ configure async database
  • scaffolding-fastapi-dapr - FastAPI + Dapr Backend Scaffolding
    FastAPIDaprSQLModelREST API

    ★ 18 · Updated 2026-05-28

    Scaffold production-grade FastAPI backends with SQLModel database integration, Dapr event-driven architecture, and JWT authentication

    ⚙ create FastAPI project⚙ define SQLModel schemas⚙ configure async database
  • migration-database - SQLModel Database Migration with Alembic
    databasemigrationSQLModelAlembic

    ★ 18 · Updated 2026-05-11

    Automate database migration workflows for SQLModel-based projects using Alembic

    ⚙ create migration for new models⚙ generate migration for modified models⚙ apply migration to database
  • migration-database - SQLModel Database Migration with Alembic
    database migrationSQLModelAlembicPostgreSQL

    ★ 602 · Updated 2026-05-11

    Automate SQLModel database migrations using Alembic with automatic schema generation

    ⚙ generate database migrations⚙ apply database migrations⚙ review migration files