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.
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.