Skip to main content

pg2sqlite_core/diagnostics/
mod.rs

1pub mod reporter;
2pub mod warning;
3
4pub use reporter::{StrictViolation, WarningDestination, check_strict, report_warnings};
5pub use warning::{Severity, Warning};