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

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

Awesome Lists containing this project

README

          

Vardius - goquery
================
[![Build Status](https://travis-ci.org/vardius/goquery.svg?branch=master)](https://travis-ci.org/Vardius/goquery) [![](https://godoc.org/github.com/vardius/goquery?status.svg)](http://godoc.org/github.com/vardius/goquery) [![Coverage Status](https://coveralls.io/repos/github/vardius/goquery/badge.svg?branch=master)](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)