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

Uploaded Python 3Windows x86-64

duckdb_extension_mysql_scanner-1.3.1-py3-none-macosx_11_0_x86_64.whl (12.3 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_mysql_scanner-1.3.1-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.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 75b0df594f03d3de0e07bfff5ab52e0643b49c6a8aa6efa145aad408af5c9ca7
MD5 efe225ae26fa18a2f1271f0380725b7f
BLAKE2b-256 6b71f3a9c4ece139ff1163a3d87a26cc8bb882b4902acc3bf0426f423cb2e27a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28ac7d3c18130db71cf412df97c508160162fd5a860945c52b49e2451d13f831
MD5 64079f820b95c5e482a3d773770b19e9
BLAKE2b-256 5946eb4192b1699fa814681d78654c831a8b9aa3424d5f887537d1621c8a4f33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c40d7c2c158ce8fd779b48fdc3bc98056c3b38533117e31fde13003256f8651
MD5 33c6f96951353edbbd9b1f775fcd05c9
BLAKE2b-256 5c987602c13c33ad1a06682b4b5541c1f5acdb03c9c724ac785f108acc93f2d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4ab003f6bb7ecd1675632423c8994bcb23aa7dc31b2becf6422368b0423db6c4
MD5 57357ce5a062353fde57d76f97cda2a8
BLAKE2b-256 b15135c8403630b516c66358a39bb82127b1ddeeb3c72e2395deabac7997ddf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a15b7a2f4222e2a9dc260d6f8053b2ccc2c959f08c7a5f53b7f66bdbc00567c
MD5 9e16ef03b151aad6950a57b3e95bb813
BLAKE2b-256 849a4e1dec4ee95e8489cd92e5ccc78af501d3f32fcbcec86e74fa25ed64569b

See more details on using hashes here.

Provenance

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