Expand description
SQLite type definitions
This module provides type definitions for SQLite including:
SQLiteType- SQLite column storage typesTypeCategory- Rust type classification for SQLite mappingSQLTypeCategory- SQL type affinity categories for parsing
Modules§
- ddl
- SQLite DDL (Data Definition Language) entity types
Enums§
- SQLType
Category - SQL type category for parsing SQL type strings.
- SQLite
Type - Enum representing supported SQLite column types.
- Type
Category - Categorizes Rust types for consistent handling across the macro system.