Docs.rs
  • sea-query-0.27.2
    • sea-query 0.27.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tyt2y3
    • billy1624
    • Dependencies
      • bigdecimal ^0.3 normal
      • chrono ^0.4 normal
      • ipnetwork ^0.19 normal
      • mac_address ^1.1 normal
      • postgres-types ^0 normal
      • proc-macro2 ^1 normal
      • quote ^1 normal
      • rust_decimal ^1 normal
      • sea-query-attr ^0.1.1 normal
      • sea-query-derive ^0.2.0 normal
      • serde_json ^1 normal
      • time ^0.3 normal
      • uuid ^1 normal
      • criterion ^0.3 dev
      • pretty_assertions ^1 dev
    • Versions
    • 34.94% 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
logo

logo

Module postgres

  • Macros
  • Structs
  • Enums
  • Traits
?
Change settings

Module sea_query::extension::postgres

source ·
Available on crate feature backend-postgres only.

Macros

impl_type_statement_builder

Structs

PgFunc
Function call helper.
Type
Helper for constructing any type statement
TypeAlterStatement
TypeCreateStatement
TypeDropStatement

Enums

PgFunction
Functions
TypeAlterAddOpt
TypeAlterOpt
TypeAs
TypeDropOpt
TypeRef

Traits

IntoTypeRef
TypeBuilder