elefant-tools 0.0.2

A library for doing things like pg_dump and pg_restore, with extra features, and probably more bugs.
Documentation
mod check_constraint;
mod column;
mod constraint;
mod database;
mod domain;
mod enumeration;
mod extension;
mod foreign_key;
mod function;
mod hypertable_compression;
mod hypertable_retention;
mod index;
mod postgres_thing_with_dependencies;
mod schema;
mod sequence;
mod table;
mod timescale_db_user_defined_job;
mod trigger;
mod unique_constraint;
mod view;

pub use check_constraint::*;
pub use column::*;
pub use constraint::*;
pub use database::*;
pub use domain::*;
pub use enumeration::*;
pub use extension::*;
pub use foreign_key::*;
pub use function::*;
pub use hypertable_compression::*;
pub use hypertable_retention::*;
pub use index::*;
pub(crate) use postgres_thing_with_dependencies::*;
pub use schema::*;
pub use sequence::*;
pub use table::*;
pub use timescale_db_user_defined_job::*;
pub use trigger::*;
pub use unique_constraint::*;
pub use view::*;