Skip to content

Native GoLang implementation of some PostgreSQL types.

License

Notifications You must be signed in to change notification settings

apaxa-go/pgtypes

Repository files navigation

PGTYPES

Build Status Coverage Status Go Report Card GoDoc

Package PgTypes implements some PostgreSQL types in the GoLang. Implemented types can be simply used in DB communication via Pgx or via Pq and/or separately.

Currently implemented types:

  • Interval
  • Numeric
  • UUID

Any suggestions and bugs are welcome.

Releases

No releases published

Packages

No packages published

Languages