pgspecial:Postgres元命令(反斜杠命令)的Python实现

时间:2024-05-27 17:52:23
【文件属性】:

文件名称:pgspecial:Postgres元命令(反斜杠命令)的Python实现

文件大小:55KB

文件格式:ZIP

更新时间:2024-05-27 17:52:23

Python

Postgres的元命令 该软件包提供了一个在PostgreSQL上执行元命令(又称为“特殊”或“反斜杠命令”)的API。 快速开始 这是一个python包。 它可以通过以下方式安装: $ pip install pgspecial 用法 一旦将此库包含到您的项目中,您很可能会使用以下导入: from pgspecial . main import PGSpecial from pgspecial . namedqueries import NamedQueries from psycopg2 . extensions import cursor 然后,您将创建并使用PGSpecial的实例: pgspecial = PGSpecial () for result in pgspecial . execute ( cur : cursor , sql ): # Do so


【文件预览】:
pgspecial-master
----MANIFEST.in(245B)
----README.rst(2KB)
----requirements-dev.txt(178B)
----pyproject.toml(258B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(485B)
--------workflows()
----.git-blame-ignore-revs(145B)
----DEVELOP.rst(5KB)
----License.txt(1KB)
----tests()
--------test_internal.py(715B)
--------pytest.ini(48B)
--------test_named_queries.py(1KB)
--------conftest.py(911B)
--------test_specials.py(27KB)
--------dbutils.py(6KB)
----tox.ini(120B)
----pgspecial()
--------main.py(9KB)
--------dbcommands.py(70KB)
--------help()
--------__init__.py(270B)
--------namedqueries.py(2KB)
--------iocommands.py(9KB)
----changelog.rst(6KB)
----setup.py(1KB)
----.gitignore(2KB)
----release.py(3KB)
----scripts()
--------README.rst(745B)
--------docparser.py(1KB)
----.pre-commit-config.yaml(124B)

网友评论