Skip to main content

dmPython-pure

纯 Python 实现的达梦 DM8 数据库驱动接口(dmPython),可直接配合 SQLAlchemy 使用。 底层为 dm-pure(纯 Python 达梦驱动),零 native 依赖。

安装

pip install dmPython-pure

源码版 wheel(py3-none-any),任何 Python 3.8+ 通用。

配合 SQLAlchemy 使用

from sqlalchemy import create_engine

engine = create_engine("dm+dmPython://SYSDBA:password@127.0.0.1:5236/")

直接使用

import dmPython

conn = dmPython.connect(host="127.0.0.1", port=5236, user="SYSDBA", password="...")
cur = conn.cursor()
cur.execute("SELECT id, name FROM t WHERE id = ?", [1])
print(cur.fetchall())
conn.close()

连接参数

dmPython.connect() 支持:host / port / user / password / autoCommit / local_code / connection_timeout 等,与官方 dmPython 一致。

开源协议

MIT License。源码:https://github.com/zhangtao103239/dm8_python_pure/tree/main/shim

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dmpython_pure-1.0.4-py3-none-any.whl (46.3 kB view details)

Uploaded Python 3

File details

Details for the file dmpython_pure-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: dmpython_pure-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 46.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.14

File hashes

Hashes for dmpython_pure-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 66b86bae7c06d7ba1e0dbde52e55a9914c2315f570b8826ee1df9e0af532cc28
MD5 ee9e17b63af17b3e03bb48b62829f196
BLAKE2b-256 4bd2bb71afa3be7c35d589f5ee6e9a2cfa5ab276386ca1f733629c7c88a06863

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.10

1 file

1.0.9

1 file

1.0.8

1 file

1.0.7

1 file

1.0.6

1 file

1.0.5

1 file

This release

1.0.4 This release

1 file

1.0.3

1 file

1.0.2

1 file

1.0.1

6 files

1.0.0

6 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page