macro_rules! map_sqlite_err {
($table:expr, $op:expr, $result:expr) => { ... };
}Available on crate feature
sqlite only.Expand description
Helper macro for mapping SQLite errors with context
macro_rules! map_sqlite_err {
($table:expr, $op:expr, $result:expr) => { ... };
}sqlite only.Helper macro for mapping SQLite errors with context