Skip to main content

🦆DuckDB odbc extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-odbc

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("odbc")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='odbc_scanner' or 
                list_contains(aliases, 'odbc')""")
    .fetchone()[0]
)

License

duckdb-extension-odbc is distributed under the terms of the MIT license.

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 Distributions

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

duckdb_extension_odbc-1.5.5-py3-none-win_amd64.whl (270.2 kB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_odbc-1.5.5-py3-none-macosx_11_0_x86_64.whl (200.8 kB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_odbc-1.5.5-py3-none-macosx_11_0_arm64.whl (184.0 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_odbc-1.5.5-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 26387af4be5dba9c7f4c61f3173a82aab684af0dd3b27029e817b0f6c6571e6b
MD5 58979fb27c6a1e375ed753ea86aa9ee8
BLAKE2b-256 cbf9fc98140910e09a6842d11a7d4b9e0e7aac7cb02907067d064cb053064d87

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc-1.5.5-py3-none-win_amd64.whl:

Publisher: publish-odbc-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_odbc-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2723875b1101fb5300243c7fb5d2adcfa1448dd224cdc3448fdccd1993052cda
MD5 29f13adcd72c65bb521f5815846cb45f
BLAKE2b-256 65fdc82cef4bf3d72736a92de8dce3fbef130e24c9afd03bb153a29c900883b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc-1.5.5-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-odbc-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_odbc-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b552e10e42ca286791fa54ddd3b61871d5317b61576a1bd75a668a8c2309abf
MD5 6b446df3b425ed5e362f3b065f69de3f
BLAKE2b-256 c1178804d71c806c2d7983e5956612b2ad486e09555a72b8ada2869ebfdb96cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc-1.5.5-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-odbc-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_odbc-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a336d5b7a91efe2db53e2bf4440f81f8b362e6605205db6b75449fefc3f4f328
MD5 9969cf4933db34a2d1890bdf8335c92e
BLAKE2b-256 81082254faf745a0afb41b32e2d687aa8eb7de6dc178f85679dec8f7db47fc3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc-1.5.5-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-odbc-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_odbc-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65fb5d2792bd5fa817551a8920921f678261fecac708c8234a4e5b81c31826c9
MD5 c67e0191c49bcd3e9edef4bb5cd7bdcb
BLAKE2b-256 b2dbd1e657e9ba3ebe92c571e1741756a3688441b798972c1ace771a026e83bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc-1.5.5-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-odbc-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.5.5 This release

5 files

1.5.4

5 files

1.5.3

5 files

1.5.2

5 files

1.5.1

5 files

1.5.0

5 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