pgroles-core 0.5.0-alpha.1

Core manifest, diff, SQL rendering, and export primitives for pgroles
Documentation
1
2
3
4
5
6
7
pub mod diff;
pub mod export;
pub mod manifest;
pub mod model;
pub mod scram;
pub mod sql;
pub mod visual;