tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Apache License 2.0
569 stars 25 forks source link

the transaction is supported? #48

Closed zhuxiujia closed 4 years ago

zhuxiujia commented 4 years ago

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

BEGIN;
COMMIT;
ROLLBACK;