#[macro_use]
mod mycount;
#[macro_use]
mod mydel;
#[macro_use]
mod myfind;
#[macro_use]
mod myget;
#[macro_use]
mod myset;
#[macro_use]
mod mysetmany;
#[macro_use]
mod myupdate;
mod access_my;
pub use access_my::*;
pub const MY_SHARED_LOCK: &str = " LOCK IN SHARE MODE";
pub const MY_EXCLUSIVE_LOCK: &str = " FOR UPDATE";