Skip to main content

Duckdb postgres_scanner extension

Project description

🦆DuckDB postgres_scanner extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-postgres_scanner

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("postgres_scanner")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where extension_name='postgres_scanner'""")
    .fetchone()[0]
)

License

duckdb-extension-postgres_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_postgres_scanner-1.3.2a2-py3-none-win_amd64.whl (15.6 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_postgres_scanner-1.3.2a2-py3-none-macosx_11_0_x86_64.whl (10.3 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_postgres_scanner-1.3.2a2-py3-none-macosx_11_0_arm64.whl (9.1 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_postgres_scanner-1.3.2a2-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 c85979ef273e3046855f0aad42f4f3468b63c6008a9e8b4506dd17505a67fb9b
MD5 4238a308f9b321d3b6e182965f5cbeac
BLAKE2b-256 d5abbce9a53330eb1b30a00a01c7822dfd4175c636dad01288a992544ace6032

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-win_amd64.whl:

Publisher: publish-postgres_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_postgres_scanner-1.3.2a2-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ae4c2ad9d526b8c9985c9afd415308501bbc8bb72763d39a599542f442cad1a
MD5 ae340acc4afe0fdbbf001004cfb90447
BLAKE2b-256 39293cb4cb882d4ba332661e98b7f0ac52e6a0680c45c9a38ff57518e3a8e67d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-postgres_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_postgres_scanner-1.3.2a2-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6c30ac99a9d39fc9d3a8c59f8b3a577ceeccd57410be84f39fc0f65d8bee898
MD5 ab5bb8e8c1ffb067c1b8a951dee8361c
BLAKE2b-256 33d563789f3cdbbf6cdce045cfa381dd7e7668cb0a9c6220af275a4d63d8aa4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-postgres_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_postgres_scanner-1.3.2a2-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2c61553157e02b2bb158e79b0dbfd9d77091785c2275ee28d197899ee8c301eb
MD5 3e5ce4390ffc5901f9e1d236eef1520d
BLAKE2b-256 274a573986aaa1c067620a329deddb6ba668ae348695915176811e2105c3383d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-postgres_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_postgres_scanner-1.3.2a2-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 978a792ef815b3c08a01af438e7c44229a5798d81d9adf68592859e097a5de52
MD5 f095cc9b5290e0d869e1ff1f1b4bbfc4
BLAKE2b-256 9010682a27537a29d904b3f6e772cfefa6c955aba301a85690e786fffe16116f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_postgres_scanner-1.3.2a2-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-postgres_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