https://github.com/coreos/sqlbuilder
a SQL query composition library for Go
https://github.com/coreos/sqlbuilder
Last synced: 5 months ago
JSON representation
a SQL query composition library for Go
- Host: GitHub
- URL: https://github.com/coreos/sqlbuilder
- Owner: coreos
- License: bsd-3-clause
- Archived: true
- Created: 2015-09-10T16:23:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T22:06:39.000Z (over 8 years ago)
- Last Synced: 2024-06-20T13:32:32.537Z (about 2 years ago)
- Language: Go
- Size: 29.3 KB
- Stars: 11
- Watchers: 15
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# sqlbuilder
[](https://godoc.org/github.com/coreos/sqlbuilder)
[](https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22Revised_BSD_License.22.2C_.22New_BSD_License.22.2C_or_.22Modified_BSD_License.22.29)
[](https://travis-ci.org/coreos/sqlbuilder)
A library for composing SQL queries that supports multiple database dialects.
This library is originally forked from a package in [godropbox](https://github.com/dropbox/godropbox) and contains lots of non-idiomatic code.
**WARNING**: This is alpha software and is undergoing development that will likely break the API.
## Supported dialects:
- MySQL
- PostgreSQL
- SQLite