Module bonsaidb_core::schema::view

source ·
Expand description

Types for defining map/reduce-powered Views.

Modules

  • Types for defining a Map within a View.

Enums

  • Errors that arise when interacting with views.
  • The policy under which a View is updated when documents are saved.

Traits

Type Aliases

  • A type alias for the result of ViewSchema::reduce().
  • A type alias for the result of ViewSchema::map().