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

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

Uploaded Python 3 Windows x86-64

duckdb_extension_postgres_scanner-1.0.3a1-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.3a1-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.3a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.0.3a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 e1931a6dc4d2f9cc47b17281f89a2c93b2ec8a8070d46c8ee8663ed7bd689dc5
MD5 5591ddde031f49868a3203c423f0c39d
BLAKE2b-256 691b72c4c8c58e568771054aa23ef089509149beffb217aa7a0df881c2ab95bf

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres_scanner-1.0.3a1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.0.3a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f93f290e30fa64909ec0e06f2b499ee1cf7840c713aadea179f3eb6a904ceff1
MD5 f8d6cb5e155413e8a7a1744bc4f27cd7
BLAKE2b-256 4652ee55c24457274a275abfa4a150e066e5cedd10712300d3ca87fa35c31cbc

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres_scanner-1.0.3a1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.0.3a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9aacc4fcaef87bddfa26eaf32d4ba6d1ac4c56cba901798554d70bc0447ca2ac
MD5 a719a58c8dfb61acf12f0318705b5a4e
BLAKE2b-256 357ba5482e34cf5dedd362463104dab714cb9d7e9964bb4df04fc0e58c3d398b

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres_scanner-1.0.3a1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres_scanner-1.0.3a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82c11bd6918a1d5e0b7ee9021d1439e0d1e671bceb390777e4eef892d6e61fe6
MD5 b339b42bcc7e92cd45956d268c155ecf
BLAKE2b-256 f5f6193a085c5f2b8690425101d7ef69f4e024d515ff7efaa0755303dc7087b2

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