otherone-storage 0.5.0

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

pub mod client;
pub mod init;
pub mod mongodb;
pub mod mysql;
pub mod reader;
pub mod writer;