Skip to main content

Module sql_types

Module sql_types 

Source
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.