Skip to content

SphinxQL Query Builder Implementation in Go

License

Notifications You must be signed in to change notification settings

superjobru/go-sphinxql

 
 

Repository files navigation

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.

Languages

  • Go 100.0%