Skip to content

Native GoLang implementation of some PostgreSQL types.

License

Notifications You must be signed in to change notification settings

apaxa-go/pgtypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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