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