refactor: Replace surrealdb_helpers with integrated query builder methods for improved clarity and functionality

This commit is contained in:
MythEclipse
2025-09-22 16:38:07 +07:00
parent 8cdbca24ba
commit ba46a19a5a
4 changed files with 30 additions and 103 deletions
+9 -3
View File
@@ -11,7 +11,6 @@ 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::*;
@@ -22,8 +21,15 @@ pub use get_id::*;
pub use imphnen_entities::*;
pub use imphnen_libs::*;
pub use make_thing::*;
pub use query_builder::*;
pub use query_list::*;
pub use query_builder::{
build_thing_condition,
build_multi_thing_condition,
execute_safe_update_query,
execute_safe_count_query,
ListQueryBuilder,
DetailQueryBuilder,
};
pub use query_list::QueryListBuilder;
pub use response_format::*;
pub use serde_helpers::{
option_thing_or_string, serialize_option_thing, serialize_thing,