parsql_postgres/
lib.rs

1
2
3
pub mod crud_ops;

pub use crud_ops::*;