https://github.com/apaxa-go/pgtypes
Native GoLang implementation of some PostgreSQL types.
https://github.com/apaxa-go/pgtypes
database golang library postgresql types
Last synced: 5 months ago
JSON representation
Native GoLang implementation of some PostgreSQL types.
- Host: GitHub
- URL: https://github.com/apaxa-go/pgtypes
- Owner: apaxa-go
- License: apache-2.0
- Created: 2016-11-16T09:46:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T10:47:53.000Z (over 9 years ago)
- Last Synced: 2026-01-12T11:39:26.074Z (5 months ago)
- Topics: database, golang, library, postgresql, types
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PGTYPES
[](https://travis-ci.org/apaxa-go/pgtypes)
[](https://coveralls.io/github/apaxa-go/pgtypes?branch=master)
[](https://goreportcard.com/report/github.com/apaxa-go/pgtypes)
[](https://godoc.org/github.com/apaxa-go/pgtypes)
Package PgTypes implements some PostgreSQL types in the GoLang.
Implemented types can be simply used in DB communication via [Pgx](https://github.com/jackc/pgx) or via [Pq](https://github.com/lib/pq) and/or separately.
Currently implemented types:
* Interval
* Numeric
* UUID
Any suggestions and bugs are welcome.