refactor: implement fetchall with generic type

This commit is contained in:
mokurin000
2025-08-02 19:39:39 +08:00
parent de330005b3
commit 9b53cb633c
9 changed files with 233 additions and 146 deletions

View File

@@ -64,3 +64,6 @@ pub fn human_readable_display(
Ok(())
}
#[cfg(feature = "fetchall")]
pub mod helpers;