Module pliantdb_core::schema::collection[][src]

Types for defining a Collection.

Structs

Id

A unique collection id. Choose collection names that aren’t likely to conflict with others, so that if someone mixes collections from multiple authors in a single database.

Traits

Collection

A namespaced collection of Document<Self> items and views.