Skip to main content

Crate drizzle_sqlite

Crate drizzle_sqlite 

Source
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
Transaction-type marker and per-driver behavior conversions for SQLite drivers.
expr
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
types
values
SQLite value types and conversions

Structs§

ParamBind