rbatis core:蝙蝠核心 源码
rbatis核心驱动程序 支持bigdecimal,json解码,async_std,tokio use rbatis_core :: db :: {DBPool}; fn main () -> Result <(), rbatis_core::Error>{ async_std :: task :: block_on ( async move { //Automatic judgment of database type let pool = DBPool :: new ( "mysql://root:123456@localhost:3306/test" ). await ?; let mut conn = pool. acquire (). await ?; le
文件列表
rbatis-core-main.zip
(预估有个25文件)
rbatis-core-main
Cargo.toml
2KB
src
error.rs
4KB
db
db_adapter.rs
54KB
mod.rs
2KB
convert.rs
1021B
sync
mod.rs
18B
暂无评论