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.2a1-py3-none-win_amd64.whl (17.3 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_mysql_scanner-1.3.2a1-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.2a1-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.2a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.2a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 b1a330490eb12687837211ec04fffdaa1c195aca51bcf5594ced4172138c82fd
MD5 de255a56deb506305b0c6201d46a564c
BLAKE2b-256 a4b84d96f4ad2a691b63ccd4947c399f1ce49db04a39b71e40b05d6ba1e9c085

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.2a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ab2f9f798731c6f1900851957545b1f43a606cd224646584c73026caf9b1414
MD5 24025a99eb1a6d2a3a9e60e4e24bdfb7
BLAKE2b-256 963bd4e07252772824a806438a592ba265539efe7236fabb6f733d14135dcfc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.2a1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0692e865833b2c8c3c0afb59d035bf341c05cdb2f8825cc82e46bd88397ba4e1
MD5 5b67e75fbdb769a33f2c30c7b96c3a6b
BLAKE2b-256 85cd7e4e7d93fcd9e3e41ad90a70c7af49e45a33257589a4addcaada407ae5f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.2a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2b1ff3266fb4f3e5efdef093243852b07e7c312665f6acdad79b37a1e8f01da9
MD5 5fd592bd7a00e412bb38a7562f6ddead
BLAKE2b-256 411b865bc0fb2f860acbf3a79366cb203fd978dda6e9593bed715370d86daddd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.3.2a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d555e901fc062ffa5a17ee3adb678bb63c19a7dba0cea3646fd95490a13a1dff
MD5 de6c71f6a5edc7ee437f217fdd95280b
BLAKE2b-256 80d4f3b679bfabfdb3a806388b68a0ea528f3d2e7da0f8ec8369ba7d0f34832b

See more details on using hashes here.

Provenance

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