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

Uploaded Python 3Windows x86-64

duckdb_extension_postgres_scanner-1.2.2a0-py3-none-macosx_11_0_x86_64.whl (10.0 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_postgres_scanner-1.2.2a0-py3-none-macosx_11_0_arm64.whl (8.7 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.2.2a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 bf86b10ac5605e4970a337b37fdb656f3b42263710776eaa3202f87ea9526438
MD5 10bcf496a176c033e9f6e66ccde18841
BLAKE2b-256 a6f904de8bad88621c1e5d3db008be63cfc54c038f47fa76d9f1a1363fea4a10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.2.2a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 530885f8a229e591707b16c14e6ebf89dcd708b800d28a50516e90b9c8e4f2b9
MD5 b966cbdc0f07452f36aee3e4cc7f4a5c
BLAKE2b-256 976dd34ea96f6734a2ca3a5caafa8400e08a9f361058f4aa760873a75135800b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.2.2a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5bf62b577d19361b9507d55d7df9d352ef8258de3664c3c9be0bae481c67762
MD5 8f7aee3931e75bd0116cddf4cffdc8c9
BLAKE2b-256 92204032acecd607ebec1f4aa20c1c281f5420e83c946c823d5f617dd1b4bec3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.2.2a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e111acee28be5ecc5410e14f891c567503341953e5bc9b5ec94b93005e92adf5
MD5 ca7b2487c6c7d119d07f0ed7d6bd37cb
BLAKE2b-256 6b51e041af2a04b81b97abac49dcb18f1906d51d3aab778d4e2e2a7e2e45f7e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.2.2a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc1aeedca5781e15704ada3bb9113b6902492c5c7d07a01c8a95308291265092
MD5 0ced9766eba700fe012e2a6b0a78512f
BLAKE2b-256 cfc90b2bedcb4b2e9855dae92ab9d0112ebf14d692f8a004babe5b0c812442a2

See more details on using hashes here.

Provenance

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