Module values

Module values 

Source
Expand description

SQLite value types and conversions

This module contains the core SQLiteValue type and all its conversions.

Re-exports§

pub use owned::*;

Modules§

owned
Owned SQLite value type and implementations

Structs§

ValueWrapper
Wrapper for SQL with type information

Enums§

SQLiteInsertValue
Represents a value for INSERT operations that can be omitted, null, or a SQL expression
SQLiteValue
Represents a SQLite value