Skip to content

Releases: borud/drydock

Added NewDB()

11 Jun 07:56
Compare
Choose a tag to compare

Added NewDB which creates the database and returns its name. This was added because it is not always useful to get a finished DB connection of the code you are testing is making its own connection to the database.

Cosmetics

10 Jun 08:23
Compare
Choose a tag to compare

Mostly small cosmetic changes

Improved comments and added example.

06 Jun 15:20
Compare
Choose a tag to compare
v0.1.3

Added some comments

Added Apache 2.0 license

06 Jun 15:00
3710002
Compare
Choose a tag to compare
v0.1.2

Added Apache 2.0 license

Make sure we close the client

06 Jun 14:45
Compare
Choose a tag to compare

We didn't close the client when terminating. Closing client and added test to ensure we don't leak any goroutines.

Initial Release

06 Jun 14:25
Compare
Choose a tag to compare

This is the initial release. While this is still an experimental library, we have tagged a release to make it possible to use in projects.