Crate serde_db

source ·
Expand description

Support for deserializing database resultsets and rows into rust types, and for serializing rust types into database parameter values.

Being based on serde, this crate can facilitate the data exchange between applications and a database driver. It is meant to be consumed by the implementors of database drivers, who then can expose a more comfortable driver API.

Modules

Support for deserializing database resultsets, or individual database rows, or individual database values, into rust types.
Support for serializing rust types into parameters for database commands.