Skip to main content

🦆DuckDB mysql extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-mysql

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("mysql")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-mysql 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_mysql-1.5.5-py3-none-win_amd64.whl (10.1 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_mysql-1.5.5-py3-none-macosx_11_0_x86_64.whl (11.0 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_mysql-1.5.5-py3-none-macosx_11_0_arm64.whl (10.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_mysql-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 51c11e6507bebbf22e07fe3bb2194425182a29b253826f08e5f6f34b5f84d055
MD5 9ef4ac94421bddb44937eee24d2b8763
BLAKE2b-256 a42aec5d42edec9d9fab504408747f69c55859e37212c5bbdb90013b93ed84cc

See more details on using hashes here.

Provenance

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

Publisher: publish-mysql-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_mysql-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89ec1ce8862706fdad2f5f29538d3d8b6fe534c352172cca59cb17a279e2981c
MD5 58f6601def398cbcdb69e14be4ac7f03
BLAKE2b-256 38a4bf544134918a45c56dee900f59ee41500830763bd13dabd9dfa7d0df4ae8

See more details on using hashes here.

Provenance

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

Publisher: publish-mysql-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_mysql-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ebec9e5e622e4bd1651ffeaae948d8b31c95d1fabc56db2f122ab9f356b60aba
MD5 090958dda92b0b4ecf32393646bdf11f
BLAKE2b-256 81043737d34ac1e5fbdc737e62c75f6c163e50c7d3750ac047c30362e96db92f

See more details on using hashes here.

Provenance

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

Publisher: publish-mysql-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_mysql-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1a6863f206d539d5fae20cd7149ab1a249ac641baa06485b5d96d1dc2e3667a9
MD5 8f75f42afcec61254387f93b5cc03059
BLAKE2b-256 57fc24fc003d26056de440a9f0a86dd228c803d7d30f72d03da3e7dce637d5d6

See more details on using hashes here.

Provenance

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

Publisher: publish-mysql-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_mysql-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92c889d16bb1ae3f420bd6fc106bff8686c9e6695f8ef022a4e228c55d286771
MD5 addfe61e0844a70c6a6897c8bb36bc52
BLAKE2b-256 cb4943e3fd426c00d2de6ffb5e5214637868f89a6a915652898022c7a05e6f19

See more details on using hashes here.

Provenance

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

Publisher: publish-mysql-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

1.4.4

5 files

1.4.3

5 files

1.4.2

5 files

1.4.1

5 files

1.4.0

5 files

1.3.2

5 files

1.3.1

5 files

1.3.0

5 files

1.2.2

5 files

1.2.1

5 files

1.2.0

4 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