otherone-storage 0.5.0

存储层 — 支持本地文件、PostgreSQL、MySQL、MongoDB、Redis 多种存储方式
Documentation
1
2
3
4
5
6
7
8
// 作用:本地文件存储模块
// 关联:被 storage/lib.rs 调用

pub mod encrypt;
pub mod reader;
pub mod writer;

pub use reader::{clear_storage_root, get_storage_path, set_storage_root};