Docs.rs
schemamama-0.3.0
schemamama 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
SkylerLipthay
Dependencies
log ^0.4
normal
Versions
91.43%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
schemamama
0.3.0
All Items
Crate Items
Macros
Structs
Enums
Traits
Type Aliases
Crate
schemamama
Copy item path
Source
Macros
§
migration
Efficiently implement the
Migration
trait for a given type.
Structs
§
Migrator
Maintains an ordered collection of migrations to utilize.
Enums
§
Direction
A migration’s direction.
Error
An all-encompassing error type that can be returned during interaction with the migrator adapter.
Traits
§
Adapter
Use this trait to connect the migrator to your chosen database technology.
Migration
All migrations will implement this trait, and a migration trait specific to the chosen adapter. This trait defines the metadata for tracking migration sequence and for human reference.
Type Aliases
§
Version
The version type alias used to uniquely reference migrations.