Docs.rs
  • fire-postgres-0.3.0-beta.7
    • fire-postgres 0.3.0-beta.7
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • soerenmeier
    • Dependencies
      • base64 ^0.22 normal
      • bytes ^1.0 normal
      • chrono ^0.4.30 normal
      • fire-crypto ^0.4.3 normal optional
      • deadpool ^0.12 normal
      • deadpool-postgres ^0.13.0 normal
      • email_address ^0.2 normal optional
      • fallible-iterator ^0.2 normal
      • fire-postgres-derive ^0.3.0-alpha.2 normal
      • fire-protobuf ^0.1.2 normal optional
      • futures-util ^0.3.14 normal
      • juniper ^0.16 normal optional
      • pin-project-lite ^0.2.14 normal
      • postgres-protocol ^0.6 normal
      • postgres-types ^0.2 normal
      • rand ^0.8 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal optional
      • thiserror ^1.0.58 normal
      • tokio-postgres ^0.7 normal
      • tracing ^0.1 normal
      • fire-postgres-types ^0.1.0-alpha.1 normal
      • serde_json ^1.0 dev
    • Versions
    • 16.67% of the crate is documented
  • Go to latest stable release
  • 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

fire_postgres0.3.0-beta.7

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • UniqueId
  • connection::Config
  • connection::Connection
  • connection::ConnectionOwned
  • connection::Transaction
  • database::Config
  • database::Database
  • filter::Filter
  • filter::OrderBy
  • filter::Param
  • filter::Params
  • filter::Where
  • filter::WhereFilter
  • filter::WhereOperation
  • migrations::ExecutedMigration
  • migrations::Migrations
  • row::Column
  • row::Row
  • row::RowBuilder
  • row::RowStream
  • table::column::Column
  • table::info::Info
  • table::info::ValidateParamsError
  • table::table::Table
  • table::table::TableWithConn
  • table::table_owned::TableOwned
  • time::Date
  • time::DateTime
  • time::Timeout

Enums

  • connection::ConfigError
  • connection::Error
  • connection::TimeoutType
  • database::ConfigError
  • database::DatabaseError
  • database::TimeoutType
  • filter::CowParamData
  • filter::Limit
  • filter::Offset
  • filter::Operator
  • filter::OrderByPart
  • filter::WhereIdent
  • filter::WherePart
  • table::column::ColumnKind
  • table::column::IndexKind

Traits

  • filter::ParamData
  • row::FromRow
  • row::FromRowOwned
  • row::NamedColumns
  • row::ToRow
  • row::ToRowStatic
  • table::TableTemplate
  • table::column::ColumnType

Macros

  • enum_u16
  • filter
  • impl_column_type
  • param_not_null
  • row
  • try2
  • try_vec
  • whr

Derive Macros

  • FromRow
  • TableTempl
  • ToRow

Type Aliases

  • Result
  • filter::SqlStr