add InspectDb and show_create_tables

This commit is contained in:
long2ice
2020-12-24 23:32:58 +08:00
parent c5535f16e1
commit 55a6d4bbc7
5 changed files with 72 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ click = "*"
pydantic = "*"
aiomysql = {version = "*", optional = true}
asyncpg = {version = "*", optional = true}
ddlparse = "*"
[tool.poetry.dev-dependencies]
flake8 = "*"