Docs.rs
  • dojo-orm-0.2.1
    • dojo-orm 0.2.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • linrium
    • Dependencies
      • anyhow ^1.0.79 normal
      • async-graphql ^7.0.0 normal
      • async-trait ^0.1.75 normal
      • base64ct ^1.6.0 normal
      • bb8 ^0.8.1 normal
      • bb8-postgres ^0.8.1 normal
      • bincode ^1.3.3 normal
      • bytes ^1.5.0 normal
      • chrono ^0.4.19 normal
      • futures ^0.3 normal
      • futures-util ^0.3.30 normal
      • postgres-openssl ^0.5.0 normal
      • postgres-types ^0.2.6 normal
      • refinery ^0.8.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0.108 normal
      • strum ^0.25 normal
      • tokio ^1.35.1 normal
      • tokio-postgres ^0.7.2 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • typed-builder ^0.18.0 normal
      • uuid ^1.6.1 normal
      • googletest ^0.11.0 dev
      • rstest ^0.18.2 dev
      • testcontainers-modules ^0.3.0 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • 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

dojo_orm0.2.1

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Derive Macros
?
Change settings

List of all items

Structs

  • Database
  • bytes::Bytes
  • bytes::BytesMut
  • bytes::buf::Chain
  • bytes::buf::IntoIter
  • bytes::buf::Limit
  • bytes::buf::Reader
  • bytes::buf::Take
  • bytes::buf::UninitSlice
  • bytes::buf::Writer
  • order_by::OrderBy
  • order_by::OrderPredicate
  • pagination::AdditionalFields
  • pagination::Cursor
  • pagination::Pagination
  • pagination::Row
  • pool::NoTls
  • pool::Pool
  • pool::PooledConnection
  • pool::PostgresConnectionManager
  • predicates::Expr
  • types::Field
  • types::Json
  • types::PgLsn
  • types::Type
  • types::WasNull
  • types::WrongType

Enums

  • Value
  • order_by::Direction
  • predicates::ExprValueType
  • predicates::Predicate
  • types::Date
  • types::Format
  • types::IsNull
  • types::Kind
  • types::Timestamp

Traits

  • Model
  • UpdateModel
  • bytes::Buf
  • bytes::BufMut
  • bytes::buf::Buf
  • bytes::buf::BufMut
  • pagination::DefaultSortKeys
  • types::BorrowToSql
  • types::FromSql
  • types::FromSqlOwned
  • types::ToSql

Macros

  • types::accepts
  • types::to_sql_checked

Derive Macros

  • types::FromSql
  • types::ToSql

Functions

  • order_by::asc
  • order_by::desc
  • predicates::and
  • predicates::equals
  • predicates::in_list
  • predicates::or

Type Aliases

  • types::Oid