Docs.rs
  • sal-postgresclient-0.1.0
    • sal-postgresclient 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • threefoldagent
    • Dependencies
      • lazy_static ^1.4.0 normal
      • postgres ^0.19.4 normal
      • postgres-types ^0.2.5 normal
      • r2d2 ^0.8.10 normal
      • r2d2_postgres ^0.18.2 normal
      • rhai ^1.12.0 normal
      • sal-virt ^0.1.0 normal
      • thiserror ^2.0.12 normal
      • tokio-postgres ^0.7.8 normal
      • tempfile ^3.5 dev
      • tokio-test ^0.4.4 dev
    • Versions
    • 75.34% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

sal_postgresclient0.1.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • PostgresClientWrapper
  • PostgresConfigBuilder
  • PostgresInstallerConfig
  • QueryParams

Enums

  • PostgresInstallerError

Functions

  • create_database
  • execute
  • execute_sql
  • execute_with_params
  • execute_with_pool
  • execute_with_pool_params
  • get_postgres_client
  • get_postgres_pool
  • install_postgres
  • is_postgres_running
  • notify
  • notify_with_pool
  • query
  • query_one
  • query_one_with_params
  • query_one_with_pool
  • query_one_with_pool_params
  • query_opt
  • query_opt_with_params
  • query_opt_with_pool
  • query_opt_with_pool_params
  • query_with_params
  • query_with_pool
  • query_with_pool_params
  • reset
  • reset_pool
  • rhai::pg_connect
  • rhai::pg_create_database
  • rhai::pg_execute
  • rhai::pg_execute_sql
  • rhai::pg_install
  • rhai::pg_is_running
  • rhai::pg_ping
  • rhai::pg_query
  • rhai::pg_query_one
  • rhai::pg_reset
  • rhai::register_postgresclient_module
  • transaction
  • transaction_with_pool
  • with_config
  • with_pool_config