Skip to main content

Databend dialect for SQLAlchemy.

Project description

Databend dialect for SQLAlchemy.

Installation

The package is installable through PIP:

pip install databend-sqlalchemy

Usage

The DSN format is similar to that of regular Postgres:

import connector
cursor = connector.connect('http://root:@localhost:8081').cursor()
cursor.execute('SELECT * FROM test')
# print(cursor.fetchone())
# print(cursor.fetchall())
for i in cursor.next():
    print(i)

Project details


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.

databend_sqlalchemy-0.0.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file databend_sqlalchemy-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for databend_sqlalchemy-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 935d538d89e72a31bf47965f0dba90dc54b99f5b5aebae3aa9fb00f69a5cb7d2
MD5 3d4271bd94b64ac6a59e5be5db71309f
BLAKE2b-256 d95e20a3a0447dd5a5c10e079482383fd1c04308fb7549f9fb24d3e07ca0c57d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page