dbschema 0.1.1

Define database schema's as HCL files, and generate idempotent SQL migrations
Documentation
1
2
// Re-export the PostgreSQL backend from the provider for backward compatibility
pub use crate::provider::postgres::backend::PostgresBackend;