Module sqlite

Module sqlite 

Source
Expand description

SQLite type definitions

This module provides type definitions for SQLite including:

Modules§

ddl
SQLite DDL (Data Definition Language) entity types

Enums§

SQLTypeCategory
SQL type category for parsing SQL type strings.
SQLiteType
Enum representing supported SQLite column types.
TypeCategory
Categorizes Rust types for consistent handling across the macro system.