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§
- Value
Wrapper - Wrapper for SQL with type information
Enums§
- SQLite
Insert Value - Represents a value for INSERT operations that can be omitted, null, or a SQL expression
- SQLite
Value - Represents a SQLite value