didi / gendry

a golang library for sql builder
Apache License 2.0
1.62k stars 195 forks source link

Support transaction ? #6

Closed 0x457 closed 6 years ago

0x457 commented 6 years ago

Support transaction ?

caibirdme commented 6 years ago

@Bruce-sz sql.DB has already supported transaction, you can use related APIs such as DB.Begin to begin a transaction. But anyway, if you feel it's inconvenient, what kind of API you wish Gendry provide to make it easier.