An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# PGTYPES

[![Build Status](https://travis-ci.org/apaxa-go/pgtypes.svg?branch=master)](https://travis-ci.org/apaxa-go/pgtypes)
[![Coverage Status](https://coveralls.io/repos/github/apaxa-go/pgtypes/badge.svg?branch=master)](https://coveralls.io/github/apaxa-go/pgtypes?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/apaxa-go/pgtypes)](https://goreportcard.com/report/github.com/apaxa-go/pgtypes)
[![GoDoc](https://godoc.org/github.com/apaxa-go/pgtypes?status.svg)](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.