# settledb **Repository Path**: mirrors_yanyiwu/settledb ## Basic Information - **Project Name**: settledb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SettleDB [![Build Status](https://travis-ci.org/yanyiwu/settledb.png?branch=master)](https://travis-ci.org/yanyiwu/settledb) [![Author](https://img.shields.io/badge/author-@yanyiwu-blue.svg?style=flat)](http://yanyiwu.com/) [![License](https://img.shields.io/badge/license-MIT-yellow.svg?style=flat)](http://yanyiwu.mit-license.org) [![GoDoc](https://godoc.org/github.com/yanyiwu/settledb?status.svg)](https://godoc.org/github.com/yanyiwu/settledb) [![Coverage Status](https://coveralls.io/repos/yanyiwu/settledb/badge.svg?branch=master&service=github)](https://coveralls.io/github/yanyiwu/settledb?branch=master) ## Introduction TODO ## Requirements + go1.6+ is needed. + [glide] needs to be installed: `go get github.com/Masterminds/glide` ## Usage ``` go get github.com/yanyiwu/settledb glide install go build ./settledb -alsologtostderr=true ``` Testing ``` go test $(glide novendor) ``` ## License [MIT](http://yanyiwu.mit-license.org) ## Contact + Email: `i@yanyiwu.com` + QQ: 64162451 + WeChat: ![image](http://7viirv.com1.z0.glb.clouddn.com/5a7d1b5c0d_yanyiwu_personal_qrcodes.jpg) [glide]:https://github.com/Masterminds/glide