pgschema 0.2.17

Prototype for PG-SChema with property constraints
// Parser for simple Property Graphs
pub mod pg;

pub mod pg_actions;

pub mod pg_builder;

// Parser for property graph schemas
pub mod pgs;

pub mod pgs_actions;

// Builder created for property graph schemas
pub mod pgs_builder;

// Parser for type maps associations
pub mod map;

pub mod map_actions;

pub mod map_builder;