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.
- Host: GitHub
- URL: https://github.com/usrpro/dotpgx
- Owner: usrpro
- License: mit
- Created: 2019-02-06T12:22:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T14:55:11.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T03:24:50.939Z (over 1 year ago)
- Language: Go
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/usrpro/dotpgx)
[](https://travis-ci.org/usrpro/dotpgx)
[](https://coveralls.io/github/usrpro/dotpgx?branch=master)
[](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.