feat: Introduce surrealdb_helpers for query building and execution utilities

This commit is contained in:
MythEclipse
2025-09-22 15:06:37 +07:00
parent 39b75f410f
commit 8f981572cd
3 changed files with 98 additions and 48 deletions
+2
View File
@@ -11,6 +11,7 @@ pub mod response_format;
pub mod serde_helpers;
pub mod validator;
pub mod csrf_token;
pub mod surrealdb_helpers;
pub use logger::init_logger;
pub use bind_filter::*;
@@ -30,3 +31,4 @@ pub use serde_helpers::{
};
pub use validator::*;
pub use csrf_token::*;
pub use surrealdb_helpers::*;