Docs.rs
  • postgresql_commands-0.16.2
    • postgresql_commands 0.16.2
    • Docs.rs crate page
    • (Apache-2.0 OR MIT) AND PostgreSQL
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • brianheineman
    • Dependencies
      • anyhow ^1.0.86 normal
      • thiserror ^1.0.63 normal
      • tokio ^1.39.3 normal optional
      • tracing ^0.1.40 normal
      • test-log ^0.2.16 dev
      • tokio ^1.39.3 dev
    • Versions
    • 93.95% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

postgresql_commands0.16.2

  • All Items
  • Re-exports
  • Modules

Crate postgresql_commands

source ·
Expand description

Command builders for interacting with PostgreSQL via CLI.

The commands are implemented as builders, which can be used to construct a standard Command or tokio Command.

Re-exports§

  • pub use error::Error;
  • pub use error::Result;
  • pub use traits::AsyncCommandExecutor;
  • pub use traits::CommandBuilder;
  • pub use traits::CommandExecutor;
  • pub use traits::Settings;

Modules§

  • clusterdb
  • createdb
  • createuser
  • dropdb
  • dropuser
  • ecpg
  • error
  • initdb
  • oid2name
  • pg_amcheck
  • pg_archivecleanup
  • pg_basebackup
  • pg_checksums
  • pg_config
  • pg_controldata
  • pg_ctl
  • pg_dump
  • pg_dumpall
  • pg_isready
  • pg_receivewal
  • pg_recvlogical
  • pg_resetwal
  • pg_restore
  • pg_rewind
  • pg_test_fsync
  • pg_test_timing
  • pg_upgrade
  • pg_verifybackup
  • pg_waldump
  • pgbench
  • postgres
  • psql
  • reindexdb
  • traits
  • vacuumdb
  • vacuumlo