locksmith 0.2.3

Extract Postgres locks from a given SQL statement
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![doc = include_str!("../README.md")]

mod executor;
mod introspection;
mod locker;
mod objects;
mod oracle;
#[cfg(test)]
mod tests;

pub use objects::*;
pub use oracle::*;