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 import_extension
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.4.1-py3-none-win_amd64.whl (18.5 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_mysql_scanner-1.4.1-py3-none-macosx_11_0_x86_64.whl (12.5 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_mysql_scanner-1.4.1-py3-none-macosx_11_0_arm64.whl (11.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_mysql_scanner-1.4.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7a7ff12dfed10c4fb724b587b83afcc721bf0f7b6bf372483f1b8df04a62717b
MD5 7b3a0a3564d5ef549f995a8c628e03a9
BLAKE2b-256 25172ad22622cc07887daf02b3b00de58a1b3226a3a751e7b177e5b318c762e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.4.1-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.4.1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cdb0f84e8584e06b8cb96c50fde5091e9de46d54433d1d2a2930f7b4f1e3514
MD5 9fab06003d883ef3813655f91554e5f2
BLAKE2b-256 4b2c7c05fa23606eb7ca0cbbe717a291d0e59676476952aa09a66420c56d239f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.4.1-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.4.1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de6c5b7e0306add9a3d3b15aac5981a0e9598e02ce5da29f0d455bcd9d4637d0
MD5 986b1eabb5fc776448983cb6791e0d69
BLAKE2b-256 18e1cd307e24fd7832c54a3523e6bbc52c3215e392d8f78da52936b664a67baa

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.4.1-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.4.1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1cbe155054e54eca57adae19f7f6968b63a5b119ac76123f6e21fe9d0ba262e6
MD5 a0a8b195cfcfdea1d9f235a945fe2f9c
BLAKE2b-256 0d77ae944693ff757b54a839f428d4627cda9b56fcfe301acf4edfa412150bd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.4.1-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.4.1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fabffb00d9f2e575b532684e7bed459326a268169dcd319088d6fdd738668b10
MD5 c393e270449a06725c5922f1a4b6cfb8
BLAKE2b-256 dade69c22eef3c973c70a7a46f456b7efcebd7cc2481ef9cf42b9a3c1cd19a97

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.4.1-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