Re-exports

pub use crate::model;
pub use crate::foreign_key::*;
pub use crate::model::*;
pub use crate::node_builder::*;
pub use crate::querybuilder::*;

Macros

The model macro allows you to quickly create structs (aka models) with fields that match the nodes of your database.