Expand description
Type conversion utilities for SQLite.
Structs§
- Json
Column - 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.