Crate butane_core

source ·

Re-exports

pub use query::Query;
pub use sqlval::*;

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

An object in the database.
A type which may be the result of a database query.

Type Definitions