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.3-py3-none-win_amd64.whl (18.6 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_mysql_scanner-1.4.3-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.3-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.3-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f28dd69bb935f7cd63543afef9a0f9509724442e2c211424ed9d4e3c8a6c7743
MD5 488b41f6f9ef0d7fb3b20fadca6c1761
BLAKE2b-256 976508c4b7da53c6c97a29d162c627c02308780113aed736e75aa72e74ba7a64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.3-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0e0c13b018bca02e5d17031d1bd77943bbcc1e1c26bfdb2b5ae54e85e979188
MD5 9004fc156b1b23dbc38ebb54b53898f5
BLAKE2b-256 8252d2e33b56b56acfed32d7dc0ed36b71c2e0d7fbb47e68bd6ab82ac8729d10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.3-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa800fd41a05adb23e73a7e7aaef0af43e9d50bb1b1b882a4aa3af636485f51a
MD5 024f5dbb376d375de5265daa5ddc8720
BLAKE2b-256 7ef54d38230c85ad36876d22d57bac6e2259183af00d3ba87da8458fede70926

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 37c16d25534bab9595e347c44f47e52932efc55134040883b85c4fbb2cececb3
MD5 f0c2b7f346ea318b7016905e0b409a5c
BLAKE2b-256 484a3e428f72b49584f2699b6564f4ab0f6b27bd41732d919449b700ab3e3ba3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.4.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9727a4d704b26196220a327e68488e72373d2fdc926cc407799b6415c498be0
MD5 1f0aa4e16df3b05af4f421b4a7c1779e
BLAKE2b-256 18300322c30f56679f83e691bf23171d1ac4f3de3f60fdce83a8732832adadc9

See more details on using hashes here.

Provenance

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