Expand description
SQL type wrappers for serialization.
This module provides the Bitcode wrapper type for compact binary serialization
of Rust types to/from SQL BLOB columns using the bitcode format.
Structsยง
- Bitcode
- A wrapper type for bitcode-serialized data in SQL databases.