Crate drizzle_sqlite

Crate drizzle_sqlite 

Source
Expand description

SQLite implementation for Drizzle

This crate provides SQLite-specific functionality for Drizzle.

Re-exports§

pub use self::values::OwnedSQLiteValue;
pub use self::values::SQLiteInsertValue;
pub use self::values::SQLiteValue;

Modules§

builder
common
conditions
expression
helpers
pragma
SQLite PRAGMA statements for database configuration and introspection
prelude
A prelude module that re-exports commonly used types and traits
traits
values
SQLite value conversion traits and types

Macros§

params
Creates an array of SQL parameters for binding values to placeholders.
params_internal
Internal helper macro for params! - converts individual items to Param structs

Structs§

ParamBind

Enums§

ConnectionRef
Reference to different SQLite driver connection types
SQLiteTransactionType
SQLite transaction types

Type Aliases§

SQLiteSQL