Skip to main content

Duckdb postgres extension

Project description

🦆DuckDB HTTPFS extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-postgres

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("postgres")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-postgres 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-1.1.0a0-py3-none-win_amd64.whl (22.7 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_postgres-1.1.0a0-py3-none-macosx_11_0_x86_64.whl (27.7 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_postgres-1.1.0a0-py3-none-macosx_11_0_arm64.whl (25.4 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_postgres-1.1.0a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.0a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 778e83604c81ee98cbb420d15f82899b8228bffe03a6ef67abf6778380b9078b
MD5 975ecc264b0eecbe73c298a7acae1499
BLAKE2b-256 5f739510e568731cd9b9d2506d0e1b4929997290f6cdddc66adb321ed65d32fe

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres-1.1.0a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.0a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1a49301bd085bf98ee5186e2c8db72e8bfc45f2e62a452327aaf5f6dc956fb7
MD5 56ed3e2998a0231c21d6321a62ffd8cb
BLAKE2b-256 456c9212aa303b711b6fe92efe86ab2e383c690817e9a009e38ff89b4463db25

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres-1.1.0a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.0a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 af230d7e9795447db14b90f2997ccb2ffe699bc2a8e6d4af234529ab7b0d3a93
MD5 20195aee6d9f838cb0a5ccf2cffbd7f7
BLAKE2b-256 c7c2795480bb8e2b230914b1641f6934aed3e63cd79e5a096292eb6de2e22dc8

See more details on using hashes here.

File details

Details for the file duckdb_extension_postgres-1.1.0a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.0a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db161fb3ae86c32d3762524410f11a0d85e121f664102546749ca63867c56e00
MD5 2400aa5e99d186a6e851fc53f9fb3807
BLAKE2b-256 fcd28d703f31f7a7a61aa7da48cf7d01830dc464d1cb3df47af904e26da8fa1e

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