repositorypackage
1.0.0
Repository: https://github.com/asif-mahmud/pg-jsonb.git
Documentation: pkg.go.dev
# README
PostgreSQL jsonb type support for go
This is a small package to support PostgreSQL jsonb data type.
Features
- Fully tested.
- Supports PostgreSQL jsonb type by sql Scanner and Valuer interfaces
- Supports go json Marshaller and Unmarshaller interfaces
- Supports go Stringer for json printing
Installation
To add the package to your project run -
go get -u github.com/asif-mahmud/pg-jsonb
Documentation
godoc: https://pkg.go.dev/github.com/asif-mahmud/pg-jsonb
Version history
Version 1.0.0
Documentation updated
Version 0.8.0
Initial version with tests for scanner and valuer interfaces.