Docs.rs
  • zksync_db_connection-0.1.0
    • zksync_db_connection 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ml-ia
    • github:matter-labs:crates-io
    • CratesMatterLabs
    • Dependencies
      • anyhow ^1 normal
      • rand ^0.8 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • sqlx ^0.7.3 normal
      • thiserror ^1 normal
      • tokio ^1 normal
      • tracing ^0.1 normal
      • vise ^0.1.0 normal
      • zksync_basic_types ^0.1.0 normal
      • zksync_health_check ^0.1.0 normal
      • assert_matches ^1.5 dev
      • test-casing ^0.1.2 dev
    • Versions
    • 76.04% of the crate is documented
  • Platform
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

zksync_db_connection0.1.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • connection::Connection
  • connection::ConnectionTags
  • connection::TracedConnections
  • connection::TransactionBuilder
  • connection_pool::ConnectionPool
  • connection_pool::ConnectionPoolBuilder
  • connection_pool::GlobalConnectionPoolConfig
  • connection_pool::TestTemplate
  • error::DalConnectionError
  • error::DalRequestError
  • instrument::ActiveCopy
  • instrument::CopyStatement
  • instrument::Instrumented
  • metrics::MethodLatency

Enums

  • connection::IsolationLevel
  • error::DalError

Traits

  • connection::DbMarker
  • error::SqlxContext
  • instrument::InstrumentExt

Macros

  • interpolate_query
  • match_query_as
  • write_str
  • writeln_str

Functions

  • utils::duration_to_naive_time
  • utils::naive_time_from_pg_interval
  • utils::pg_interval_from_duration

Type Aliases

  • error::DalResult