Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.18 KB

SphinxQL Query Builder

Go v1.17 Go Report Card License Issues

The preliminary purpose of this package is to provide a convenient way to build SphinxQL queries in Go. This package aims to provide a decent implementation of SphinxQL query builder.

See huandu/go-sqlbuilder for more information.

Prerequisites

Go >=1.17

Installation

go get github.com/superjobru/go-sphinxql

Usage

See tests for usage.

Contributing

We are welcome for any pull requests. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.