Docs.rs
  • sqlmo-0.22.7
    • sqlmo 0.22.7
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • kurtbuilds
    • Dependencies
      • anyhow ^1.0.89 normal
      • serde ^1.0.210 normal optional
      • tracing ^0.1.40 normal optional
      • pretty_assertions ^1.4.1 dev
    • Versions
    • 6.88% of the crate is documented
  • Go to latest version
  • 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
    • 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

sqlmo0.22.7

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • AlterTable
  • Column
  • CreateIndex
  • CreateTable
  • Cte
  • From
  • Insert
  • Migration
  • MigrationOptions
  • Schema
  • Select
  • SelectColumn
  • Table
  • Union
  • migrate::Migration
  • migrate::MigrationOptions
  • query::AlterTable
  • query::Case
  • query::CreateIndex
  • query::CreateSchema
  • query::CreateTable
  • query::Cte
  • query::DropTable
  • query::From
  • query::GroupBy
  • query::Insert
  • query::Join
  • query::OrderBy
  • query::Select
  • query::SelectColumn
  • query::Union
  • query::Update
  • query::Value
  • schema::Column
  • schema::ForeignKey
  • schema::Schema
  • schema::Table

Enums

  • Constraint
  • CteQuery
  • Dialect
  • Expr
  • Operation
  • Type
  • Where
  • migrate::DebugResults
  • migrate::Statement
  • query::AlterAction
  • query::AlterColumnAction
  • query::Conflict
  • query::Criteria
  • query::CteQuery
  • query::Direction
  • query::Expr
  • query::IndexType
  • query::JoinTable
  • query::JoinType
  • query::OnConflict
  • query::Operation
  • query::SelectExpression
  • query::Values
  • query::Where
  • schema::Constraint
  • schema::Type

Traits

  • ToSql

Functions

  • migrate
  • migrate::migrate
  • util::pkey_column_names