Docs.rs
  • seekr-migration-0.1.2
    • seekr-migration 0.1.2
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • crates.io
    • Source
    • Owners
    • 9glenda
    • Dependencies
      • async-std ^1 normal
      • sea-orm-migration ^0.12.0 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

seekr_migration0.1.2

GenericBuilder

Implementors

In crate seekr_migration

seekr_migration

Trait GenericBuilder

Source
pub trait GenericBuilder: QueryBuilder + SchemaBuilder { }

Implementors§

Source§

impl GenericBuilder for MysqlQueryBuilder

Source§

impl GenericBuilder for PostgresQueryBuilder

Source§

impl GenericBuilder for SqliteQueryBuilder