Module contack::sql[][src]

This is supported on crate feature sql only.
Expand description

Sql Support.

This is the main module for sql support. SqlContact can store all features of a normal Contact, par contact_information, which can be found in [SqlContactInformation](crate::sql::contact_information:: SqlContactInformation.)

Diesel migrations are stored in an embeded_diesel_migrations module.

Re-exports

pub use error::*;

Modules

Struct for representing contact information.

Error for converting between sql and contacts and visa versa,

Structs

This is a struct, mirroring Contact, but with all its parts ‘exploded’, aside from ContactInformation which has to come separately.

Statics