File: README.md

package info (click to toggle)
golang-github-pzhin-go-sophia 0.0~git20250609.a1b0f01-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: ansic: 23,001; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
[![Build Status](https://travis-ci.org/pzhin/go-sophia.svg?branch=master)](https://travis-ci.org/pzhin/go-sophia) [![Coverage Status](https://coveralls.io/repos/github/pzhin/go-sophia/badge.svg?branch=master)](https://coveralls.io/github/pzhin/go-sophia?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/pzhin/go-sophia)](https://goreportcard.com/report/github.com/pzhin/go-sophia) [![codebeat badge](https://codebeat.co/badges/dd136517-c8e3-4ab2-8ab4-ae34645cc826)](https://codebeat.co/projects/github-com-pzhin-go-sophia) [![GoDoc](https://godoc.org/github.com/pzhin/go-sophia?status.svg)](https://godoc.org/github.com/pzhin/go-sophia)

<a href="http://sphia.org"><img src="http://media.charlesleifer.com/blog/photos/sophia-logo.png" width="215px" height="95px" /></a>

# go-sophia 
go-sophia is a Go (golang) binding to the Sophia key-value database (http://sophia.systems/)

#Installation
The [sophia](http://sophia.systems/) sources are bundled with the go-sophia, so you should make only `go get github.com/pzhin/go-sophia` to install it.

#Library information
Used Sophia v2.2 (commit 1419633)