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::InsertValue;
pub use self::values::OwnedSQLiteValue;
pub use self::values::SQLiteValue;

Modules§

builder
common
conditions
helpers
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§

SQLiteTransactionType
SQLite transaction types