DATA-DOG / go-txdb

Immutable transaction isolated sql driver for golang
Other
667 stars 48 forks source link

test with mysql and postgres SQL drivers #17

Closed l3pp4rd closed 5 years ago

l3pp4rd commented 5 years ago

should close #15 since go test would just test without any sql driver dependencies. the code changes uses build tags to test mysql and postgres SQL driver support. Later sqlite may be added, just need to find an sqlite library supporting transactions.

should also close #16 and serve as a Postgres database example.