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

https://github.com/usrpro/dotpgx

A Go library for parsing, mapping and executing .sql files or blobs. Inspired by projects such as dotsql, yesql and anosql.
https://github.com/usrpro/dotpgx

Last synced: over 1 year ago
JSON representation

A Go library for parsing, mapping and executing .sql files or blobs. Inspired by projects such as dotsql, yesql and anosql.

Awesome Lists containing this project

README

          

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

# dotpgx
A Go library for parsing, mapping and executing .sql files or blobs. Inspired by projects such as dotsql, yesql and anosql.