Crate butane_core

source ·

Re-exports

Modules

  • For supporting additional types with the Pg backend (or other future backends).
  • Types, traits, and methods for interacting with a database.
  • For working with migrations. If using the butane CLI tool, it is not necessary to use these types directly.
  • Types to support database queries. Most users will use the query!, filter!, and find! macros instead of using this module directly.

Macros

Structs

  • Used internally by butane to track state about the object.

Enums

  • Butane errors.
  • Enumeration of the types a database value may take.

Traits

Type Definitions