database-go
database-go copied to clipboard
Add JSON functionality
Exposes the GetJSON and SetJSON methods from client.go so users can get and set non-string types.
All the tests in database_test.go were lumped into one, so I added unit tests into that, but I'd be happy to separate them out if that would be better.