Defines robust, type-safe, and async-compatible database schemas using SQLModel optimized for PostgreSQL and Better Auth.
The sqlmodel-task-models skill provides a standardized framework for building production-ready database schemas. It specializes in creating relational models for task management systems, ensuring full compatibility with Better Auth identity providers and high-performance PostgreSQL configurations. By automating timestamp management, strategic indexing, and foreign key constraints, this skill helps developers build scalable, cloud-native backends with minimal boilerplate while maintaining strict type safety.
주요 기능
010 GitHub stars
02Seamless integration with Better Auth identity formats
03Async-compatible relational mapping with back-references
04Strategic PostgreSQL indexing for performance optimization
05Automated created_at and updated_at timestamp management
06Type-safe SQLModel definitions for Users and Tasks
사용 사례
01Developing cloud-native backends with Dapr and PostgreSQL integration
02Implementing relational schemas that require strict type safety and async support
03Building the data layer for scalable, multi-user Todo applications