Skip to main content

Module types

Module types 

Source
Expand description

Type conversion utilities for SQLite.

Structs§

JsonColumn
A newtype wrapper for JSON values stored in SQLite.

Functions§

filter_value_to_sqlite
Convert a FilterValue to a SQLite Value.
from_sqlite_value
Convert a SQLite ValueRef to a JSON Value.
get_value_at_index
Get a JSON value from a row at the given column index.