An open API service indexing awesome lists of open source software.

https://github.com/windomz/quizzee-db

问答题辅助 - 嵌入式数据库Go存储方案
https://github.com/windomz/quizzee-db

quiz quizzes

Last synced: 8 months ago
JSON representation

问答题辅助 - 嵌入式数据库Go存储方案

Awesome Lists containing this project

README

          

# quizzee-db

> 问答题辅助 - 嵌入式数据库Go存储方案

[![Build Status](https://travis-ci.org/WindomZ/quizzee-db.svg?branch=master)](https://travis-ci.org/WindomZ/quizzee-db)

## Features
- [x] `1问题+N选项`模式
- [x] 5种嵌入式[`数据库`](#database)支持

## Usage
可参照[example](https://github.com/WindomZ/quizzee-db/blob/master/example/main.go)用法,简单明了

## Database
详见[WindomZ/gkv](https://github.com/WindomZ/gkv) - 核心库支持

## Related
- [WindomZ/quizzee](https://github.com/WindomZ/quizzee) - 上层实现方案

## Contributing
欢迎你提交PR。

也可以在[issues](https://github.com/WindomZ/quizzee-db/issues)汇报Bugs,提出新想法、新要求或者讨论问题。

如果你喜欢这个项目,可以点下 :star: 予以支持!

## License
[MIT](https://github.com/WindomZ/quizzee-db/blob/master/LICENSE)