Skip to main content

Module value

Module value 

Source

Enums§

Value
A SQL value.
ValueRef
A borrowed version of Value.
ValueType
The possible types a column can be in libsql.

Traits§

FromValue
Converts a SQL Value into a Rust type. Used by crate::Row::get.