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

First install duckdb-extensions.

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

duckdb_extension_postgres_scanner-1.0.2-py3-none-win_amd64.whl (13.3 MB view details)

Uploaded Python 3 Windows x86-64

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

Uploaded Python 3 macOS 11.0+ x86-64

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

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_postgres_scanner-1.0.2-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.0.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 b048400cc316ff32b8d982ee2703c5cf05a59f489dc6a5991f617a8f50cbc058
MD5 6022238290f18b14f6647df85c754ab9
BLAKE2b-256 9945dabea61d2c041bea2635501f243635835c0bdaaa91c9020d59442098b188

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres_scanner-1.0.2-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.0.2-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eafdfa3ece174717e1b6b562218f314ff96ed530f63115da68889924c37340dc
MD5 efcd10575c2848072e789d2092826634
BLAKE2b-256 9bf3d25d9af306cdb2af6e78f261009bb519a5649431893c6dbaa93dc61f997e

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres_scanner-1.0.2-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.0.2-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 231701f85eb5cd7484667102cd023fc25cba366c9cd3446045fb022e158f8f98
MD5 5d9df55b5720469c16e56a494b07dc6e
BLAKE2b-256 04aa755ee8d8e2fe18d0920dd250e375ed16acbd631fda68ade00afb0e3bf3a5

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres_scanner-1.0.2-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.0.2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4080a9c5247bb3e786d6f09afd6957c0a17df576444183860dd4dd762912120
MD5 367c02799675f79216fdef080184ab6b
BLAKE2b-256 180a8e1dffc1dcfc8f493122e8c256d1e89dd38ad0092e01327824bbf54e7547

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page