databendlabs / databend-go

Golang driver for databend cloud
Apache License 2.0
20 stars 5 forks source link

feat: support transaction #102

Closed hantmac closed 7 months ago

hantmac commented 7 months ago
hantmac commented 7 months ago

cc @youngsofun plz help review it 😄

youngsofun commented 7 months ago

LGTM

can add more tests later:

  1. txn fail (once a stmt fail, the remaining fail untill commit/rollback)
  2. interleaved txns: https://github.com/SkyFan2002/test-scripts/blob/main/txn/src/main.rs