Expand description
SQLite implementation for Drizzle
This crate provides SQLite-specific types, query builders, and utilities.
Modules§
- attrs
- Attribute markers for SQLiteTable derive macro.
- builder
- common
- connection
- Connection types and transaction handling for SQLite drivers
- expressions
- SQLite-specific SQL expressions and JSON helpers.
- helpers
- pragma
- SQLite PRAGMA statements for database configuration and introspection
- traits
- SQLite-specific traits for tables, columns, and values
- values
- SQLite value types and conversions
Macros§
- params
- Creates an array of SQL parameters for binding values to placeholders.
- params_
internal - Internal helper macro for params! - converts individual items to ParamBind values