Metadata-Version: 2.1
Name: nonebot-plugin-tortoise-orm
Version: 0.0.1a0
Summary: 一个通用数据库连接插件
Home-page: https://github.com/kexue-z/nonebot-plugin-tortoise-orm
License: MIT
Author: kexue
Author-email: x@kexue.io
Requires-Python: >=3.7.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: tortoise-orm[asyncpg] (>=0.19.1,<0.20.0)
Description-Content-Type: text/markdown

# 通用 ORM 数据库连接插件

> 施工中。。。

- 参考 [example_bot](example_bot) 来创建一个 聊天记录 插件吧~！

## 数据库类型

- [x] postgres
- [ ] sqlite

其他待补充

