tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the transaction is supported?

zhuxiujia opened this issue · comments

commented

all of database,the transaction is supported?
Will it support serde serialize query result(https://github.com/serde-rs/json)?

BEGIN;
COMMIT;
ROLLBACK;