tokio-rs / rdbc

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

Add support for transactions #40

Open andygrove opened 4 years ago

andygrove commented 4 years ago

I suggest we have explicit being/commit/rollback functions as well as the ability to set autocommit mode when creating connections.

zhuxiujia commented 4 years ago

I suggest we have explicit being/commit/rollback functions as well as the ability to set autocommit mode when creating connections.

We are looking for libraries like JDBC and ODBC to drive the our ORM framework. We will provide display calling functions and even open propagation behavior.see(https://github.com/rbatis/rbatis)