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;