dibs 0.1.0

Postgres toolkit for Rust, powered by facet reflection
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Schema introspection and diffing.
//!
//! This module will eventually:
//! - Introspect Postgres to get the current schema
//! - Reflect facet types to get the desired schema
//! - Diff them to detect drift
//! - Generate migration skeletons

// TODO: Implement schema introspection
// TODO: Implement facet-based schema reflection
// TODO: Implement diffing