https://github.com/windomz/quizzee-db
问答题辅助 - 嵌入式数据库Go存储方案
https://github.com/windomz/quizzee-db
quiz quizzes
Last synced: 8 months ago
JSON representation
问答题辅助 - 嵌入式数据库Go存储方案
- Host: GitHub
- URL: https://github.com/windomz/quizzee-db
- Owner: WindomZ
- License: mit
- Created: 2018-03-03T16:48:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T14:30:29.000Z (over 8 years ago)
- Last Synced: 2025-10-06T02:57:47.353Z (9 months ago)
- Topics: quiz, quizzes
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quizzee-db
> 问答题辅助 - 嵌入式数据库Go存储方案
[](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)