Skip to main content

Duckdb mysql_scanner extension

Project description

🦆DuckDB mysql_scanner extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-mysql-scanner

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("mysql_scanner")

Verify that the extension is installed.

import duckdb

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

License

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

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 Distributions

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

duckdb_extension_mysql_scanner-1.3.0a0-py3-none-win_amd64.whl (16.9 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_mysql_scanner-1.3.0a0-py3-none-macosx_11_0_x86_64.whl (12.2 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_mysql_scanner-1.3.0a0-py3-none-macosx_11_0_arm64.whl (10.9 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_mysql_scanner-1.3.0a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 afcdde0777ab529f04a07440ba3a89447ac2e7a7c17ad8aea7245793f64e7f51
MD5 0db8bb89f3441833876877fbc1cc5214
BLAKE2b-256 4fc7c8a13e91ef7174fb9aa51571b9b3e5a96610425364bf6eee13f04394c88d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-win_amd64.whl:

Publisher: publish-mysql_scanner-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_scanner-1.3.0a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d5166420b06bdadcd8730f9e9bf84ff0d0bde0ef26fc09ca47dc5df5ce343b1
MD5 91768c5c8eb582d1ec93bbfab6e9bae1
BLAKE2b-256 6e45b5a3dc378a9a695a8efc0637de46301eed88c9f92c867e33ebef342e3213

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-mysql_scanner-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_scanner-1.3.0a0-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64616c343ceac604e1def7d7481e413e05e3ccf4befeb67b04d16f15327657ec
MD5 fc91f5bec3750c2abe2cff39d01904bf
BLAKE2b-256 91289e8d47b98167baf662e78be78c3c49eecf403baabfe968af2073d36061c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-mysql_scanner-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_scanner-1.3.0a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6c02964398f8cc76384b64b1cb6d260166f8fd95177cdd0a2d93da8d87a731b9
MD5 4499700814a20a00c19bc13d6bbfcb3f
BLAKE2b-256 a7a3d270c31a8c1282ec332c0767586020cfb978c80398eca8db88546c814e9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-mysql_scanner-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_scanner-1.3.0a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 726490a47acd8351c9fba92f65ee7868be6f628b6e70b16070e61a52891b4f38
MD5 c903ee16227b6d76895b455f1544a681
BLAKE2b-256 9232a13eae471be1033e5a80e9937dd851caae689b9dcae3f89610430d3043f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.3.0a0-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-mysql_scanner-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.

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