mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
sql: switch from sqlx to rusqlite
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
//! # Error handling
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
#[error("Out of Range")]
|
||||
pub struct OutOfRangeError;
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! ensure_eq {
|
||||
($left:expr, $right:expr) => ({
|
||||
|
||||
Reference in New Issue
Block a user