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

Id

The unique Id of a Schema. Primarily used to try to protect against using the incorrect data types across a remote connection.

Schematic

A collection of defined collections and views.

Traits

Schema

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