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
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

Structs§

ParamBind