https://github.com/groonga/grnci
Groonga command interface (test ver.)
https://github.com/groonga/grnci
Last synced: about 1 year ago
JSON representation
Groonga command interface (test ver.)
- Host: GitHub
- URL: https://github.com/groonga/grnci
- Owner: groonga
- Created: 2015-12-22T14:44:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T09:27:22.000Z (over 8 years ago)
- Last Synced: 2025-02-10T11:45:20.500Z (over 1 year ago)
- Language: Go
- Size: 2.64 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Grnci is a Go library to operate Groonga DBs.
Grnci is an abbreviation of Groonga Command Interface because Grnci operates Groonga DBs via Groonga commands.
See http://groonga.org/docs/reference/command.html for details about Groonga commands.
## Installation
Please ensure that Groonga is installed on you system.
Then, you can use `go get` to install Grnci.
```
$ go get github.com/groonga/grnci
```
## Documentation
Online documentation is available at https://godoc.org/github.com/groonga/grnci .
In addition, if Grnci is already installed, `godoc` is available to read documentation.