Pydantic NativeAutomatically generate tables by registering Pydantic models. Use type hints directly as your schema.
Type-safe ValidationPydantic's powerful validation runs automatically on inserts and updates, ensuring data integrity.
Django-like QueriesIntuitive keywords like `name__like` or `age__gt` for complex searches without writing SQL.
Fast Full-text SearchBuilt-in FTS5 support. Enable rapid text search by simply adding the `Searchable` annotation.
Auto SerializationTransparently store and retrieve complex types like lists, dicts, datetime, and Enums via automatic JSON serialization.
Comprehensive DocsBilingual (EN/JA) documentation covering everything from tutorials to best practices.