eugene 0.8.3

Careful with That Lock, Eugene
Documentation
1
2
3
4
5
6
7
8
/// Postgres constaint types
pub mod contype;
/// This module contains data about postgres lock modes and their capabilities.
pub mod lock_modes;
/// Locks targeting database objects like tables or indexes, together with their lock modes.
pub mod locks;
/// Postgres object types like tables, indexes, sequences, etc.
pub mod relkinds;