feat: support custom format, plain sql and cluster dumps

This commit is contained in:
2026-09-07 13:21:45 +00:00
parent 0f16949190
commit 77703485b9
6 changed files with 313 additions and 37 deletions

View File

@@ -6,4 +6,4 @@ mod postgres;
pub use ahab::{Ahab, Commands};
pub use django::Django;
pub use link::Link;
pub use postgres::Postgres;
pub use postgres::{Format, Postgres};