Add CLI support for execute sql scripts (#711)

* Add CLI support for execute sql scripts

* Update the arg helps
This commit is contained in:
Wu Clan
2025-07-02 20:19:29 +08:00
committed by GitHub
parent aa2b76673f
commit 494942e87e
12 changed files with 132 additions and 9 deletions
+1
View File
@@ -48,6 +48,7 @@ dependencies = [
"rtoml>=0.12.0",
"sqlalchemy-crud-plus>=1.10.0",
"sqlalchemy[asyncio]>=2.0.40",
"sqlparse>=0.5.3",
"user-agents==2.2.0",
]