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.7-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for databend_sqlalchemy-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ed05b342535c7c70be65bbb3effc08adaf413fa8bae02092b086a3b1866c57e2
MD5 44d57c17a678ff67e0172bd2b5ee0e41
BLAKE2b-256 2933533805947791a340014174f92ad3533a4d0df5164ccb8c6becdd1f6ec790

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