如何从命令行执行 SQL 查询

问题描述 投票:0回答:0

我想使用python从命令行执行sql命令。 我在互联网上看到的是 sqlcmd 但我尝试使用 pip 安装它但它显示错误。

我想创建一个 cli witch ofc 将连接到一个 sql 数据库,在命令行中我将编写 sql 命令并执行 sql 查询。

我想知道在 python 中是否有任何其他模块可以帮助我完成该任务。


at the moment im using visual studio so when I tried to search for it in libraries it was not there.

Also the error that it shows when I run pip install sqlcmd

Preparing metadata (setup.py) ...错误 错误:子进程因错误而退出

× python setup.py egg_info 没有运行成功

python sql cmd command-line-interface sqlcmd
© www.soinside.com 2019 - 2024. All rights reserved.