Expand description
SQLite type definitions
This module provides type definitions for SQLite including:
SQLiteType-SQLitecolumn storage typesTypeCategory- Rust type classification forSQLitemappingSQLTypeCategory- SQL type affinity categories for parsing
Modules§
Enums§
- SQLType
Category - SQL type category for parsing SQL type strings.
- SQLite
Affinity SQLitetype affinity classification.- SQLite
Type - Enum representing supported
SQLitecolumn types. - Type
Category - Categorizes Rust types for consistent handling across the macro system.