LogoClawIndex
CasesSkillsAbout
LogoClawIndex

sqlmodel-task-models - Define SQLModel database schema for Todo applications

Defines a robust, type-safe, and async-compatible database schema using SQLModel for Todo applications with Better Auth compatibility and PostgreSQL optimization.

Tags

Updated: 2026-02-14

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Define user model aligned with Better Auth
  • Define task model with CRUD operations
  • Establish foreign key constraints
  • Create strategic indexes
  • Manage automated timestamps

Inputs

  • SQLModel library
  • PostgreSQL database
  • Better Auth requirements
  • Todo application specifications

Outputs

  • Database schema definition
  • SQLModel model code
  • Migration scripts

Requirements

  • Python environment
  • SQLModel installation
  • PostgreSQL database
  • Better Auth integration

Source

  • Spec: SKILL.md

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.
database
schema
sqlmodel
postgresql
todo-app
Define user model aligned with Better Auth
Define task model with CRUD operations
Establish foreign key constraints
Create strategic indexes
SQLModel library
PostgreSQL database
Better Auth requirements
Database schema definition
SQLModel model code
Migration scripts