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.2.2a0-py3-none-win_amd64.whl (25.6 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_mysql_scanner-1.2.2a0-py3-none-macosx_11_0_x86_64.whl (11.9 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_mysql_scanner-1.2.2a0-py3-none-macosx_11_0_arm64.whl (10.6 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.2.2a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 aa7d930609dcdbf5c22cb04b4ce956cbf1e7c0d13d4fed178115a05ad022f38b
MD5 cc5575d4ebe1f2fc4ba0890386e7ffde
BLAKE2b-256 bbd293c8282093ff457c5860a131dfb2901bab59c51f54712af3d29e0814be12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.2.2a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 725d50b124092ffcf11d645074e260984384daee5fc05da939a8409fe568c736
MD5 2151f320a7531a389e351e2b2d2b6e6b
BLAKE2b-256 a738c33f402146525f03ac3c3c69b71c5db9cb047cae93e21b0d4d02a4673421

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.2.2a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03ec0f3c5acdd4fe5a56ee86405304676e1bceaab33644629f58fd3471502801
MD5 4d7226d550e61adc8750a6ef645a53c0
BLAKE2b-256 210809dc63f9ef77748ece4718b96feccf3a0c6136c3c23dd02c8806eaa3efd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.2.2a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5ffd0621455aae9ff2a137fcf3bca87ab0e59dcab05537acefa0696d190be186
MD5 c9d29d99ee9566b02a5627dcf8703acb
BLAKE2b-256 0c72a89ff41df57a45976b359882f1772888c832270ec5ec92638ab942766f16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.2.2a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4374843d0bee1c6857b08be4f5f516e1709b3b9fab8c43c2cb8d5abab550680
MD5 bf5ef9e38f11e9d77b5fa4e2176d6373
BLAKE2b-256 c62959d0471678ec2aced25325a3ab8c4de1fff1355b4ad0c2a682fee68a33f4

See more details on using hashes here.

Provenance

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