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

https://github.com/apaxa-go/pgxh

Helpers for pgx (GoLang driver for PostgreSQL)
https://github.com/apaxa-go/pgxh

database golang library postgresql

Last synced: 6 months ago
JSON representation

Helpers for pgx (GoLang driver for PostgreSQL)

Awesome Lists containing this project

README

          

# PGXH

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

Package pgxh implements some helper functions for http://github.com/jackc/pgx .