tokio-rs / rdbc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for transactions

andygrove opened this issue · comments

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

commented

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)