Module pliantdb_core::schema[][src]

Types for defining database schema.

Re-exports

pub use self::collection::*;
pub use self::view::*;

Modules

collection

Types for defining a Collection.

view

Types for defining map/reduce-powered Views.

Structs

Schema

A collection of defined collections and views.

Traits

Database

Defines a group of collections that are stored into a single database.