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

https://github.com/hhstore/annotated-py-tinydb

tinydb 是用 Python 实现的一个很精巧的 nosql 数据库. 源码值得注解.
https://github.com/hhstore/annotated-py-tinydb

nosql python tinydb tinydb-python-nosql

Last synced: 10 months ago
JSON representation

tinydb 是用 Python 实现的一个很精巧的 nosql 数据库. 源码值得注解.

Awesome Lists containing this project

README

          

# tinydb-annotated
- tinydb 是用 Python 实现的一个很精巧的 nosql 数据库.
- 源码值得注解.
- [tinydb - github](https://github.com/msiemens/tinydb)

## 版本选择:

- 当前最新版本: [v3.2.0](https://github.com/msiemens/tinydb/releases/tag/v3.2.0)
- 代码统计行数: 921(含注释)
- 测试代码行数: 821(含注释)
- 暂时保留.
- 考虑有些测试用例,值得一看.

```bash

-> % find . -name "*.py" | xargs grep -v "^$" | wc -l
921

```