v0.1.1
Feature:
Database.init_models
后,会将对应db
和name
赋值给Document.meta
Breaking:
- 将 Document 的
__meta__
和__collection__
重命名为meta
和collection
Collection
集合名现在默认使用类名的小写形式
Fix:
- 修复部分typing,以符合Python 3.8版本
Other:
- 更新 README 示例
Full Changelog: v0.1.0...v0.1.1