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.0-py3-none-win_amd64.whl (22.7 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_postgres-1.1.0-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.0-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.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 601f66048e12a50451cfd1399e396f22543506f1d43e832759eb1ae961eb2368
MD5 e0b7b5d205e8e25fb0199adb8ed39be4
BLAKE2b-256 22fab958efa0c76142420ccaf0bf0344f428c4ed88a4ac7369c8098ba204af87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46d4601b21e699da237a6df3f1fd0b677e85533fe78b8c2742be0f239083a0e0
MD5 38a701dadf47aaefb57a78a56674b6ab
BLAKE2b-256 c371a6631b95d14d7966aa2e2a12773044d4460c2e40acc7225e344a9f95b032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 435914b3dd669070b347f259148123cbfca738287b7a603ddec0d75901ec0801
MD5 ec8290e9c4979cbb9aea738490cbc4a3
BLAKE2b-256 a5f18d06ba2386f3e2ed6648a5b84ac1261f64c5b2feb23ce0432cb4bd06bc46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1656a4e9aa476af5ee9142de9c27d59a04e450055ccb817b71ff7c1cfa8d97c3
MD5 65093e25e9ca748dd7584a8a4a0b3469
BLAKE2b-256 f9e78e02fae779d0bfb8bc78ffb716d285a6f464c367988bfed28509c40af690

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