https://github.com/vardius/goquery
Go query builder for sql
https://github.com/vardius/goquery
Last synced: over 1 year ago
JSON representation
Go query builder for sql
- Host: GitHub
- URL: https://github.com/vardius/goquery
- Owner: vardius
- License: mit
- Created: 2016-07-18T09:28:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T21:54:58.000Z (about 9 years ago)
- Last Synced: 2025-01-23T00:43:10.896Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Vardius - goquery
================
[](https://travis-ci.org/Vardius/goquery) [](http://godoc.org/github.com/vardius/goquery) [](https://coveralls.io/github/vardius/goquery?branch=master)
GO Query Builder
ABOUT
==================================================
Contributors:
* [Rafał Lorenz](http://rafallorenz.com)
Want to contribute ? Feel free to send pull requests!
Have problems, bugs, feature ideas?
We are using the github [issue tracker](https://github.com/vardius/goquery/issues) to manage them.
HOW TO USE
==================================================
I didn't want to use an ORM library due to simple fact,
I think it's an overextending of an already existing functionality.
Anyway I wanted to be able to build query using `database/sql` in a nice, easy way.
So I wrote this simple `query builder` that allows you to build and run your query.
For examples please check `examples` directory
License
-------
This package is released under the MIT license. See the complete license in the package:
[LICENSE](LICENSE.md)