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