feat: implement surrealdb and redis

This commit is contained in:
Maulana Sodiqin
2025-02-25 02:00:19 +07:00
parent 9abab01b9c
commit 44de53a49d
18 changed files with 2501 additions and 137 deletions
+2
View File
@@ -4,6 +4,7 @@ pub mod jsonwebtoken;
pub mod lettre;
pub mod redis;
pub mod seaorm;
pub mod surrealdb;
pub use argon::*;
pub use axum::*;
@@ -11,3 +12,4 @@ pub use jsonwebtoken::*;
pub use lettre::*;
pub use redis::*;
pub use seaorm::*;
pub use surrealdb::*;