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 数据库. 源码值得注解.
- Host: GitHub
- URL: https://github.com/hhstore/annotated-py-tinydb
- Owner: hhstore
- License: mit
- Created: 2016-09-13T03:55:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T06:50:20.000Z (over 9 years ago)
- Last Synced: 2025-03-20T21:33:43.656Z (11 months ago)
- Topics: nosql, python, tinydb, tinydb-python-nosql
- Language: Python
- Size: 63.5 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```