Expand description
SQLite implementation for Drizzle
This crate provides SQLite-specific types, query builders, and utilities.
Modules§
- attrs
- Attribute markers for
SQLiteTablederive macro. - builder
- common
- connection
- Transaction-type marker and per-driver behavior conversions for
SQLitedrivers. - expr
- SQLite-specific SQL expressions and JSON helpers.
- helpers
- pragma
SQLitePRAGMA statements for database configuration and introspection- traits
- SQLite-specific traits for tables, columns, and values
- types
- values
SQLitevalue types and conversions