Skip to main content

Duckdb postgres extension

Project description

🦆DuckDB HTTPFS extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

First install duckdb-extensions.

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

Uploaded Python 3 Windows x86-64

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7b688810f7d4952b9cb03f08199a5ff96434b6185a06528e0e3e98d586d0742e
MD5 7df3b482a4f983c262d75340c4e606e6
BLAKE2b-256 7324cbf016955446536a3ded06cf596112e9964b276a6cbfea00b6cf8376f097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.2-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eea278ff8c411f199cb8d96e721d1857247ebfb3b7c1a6d959c0ab1d6127851f
MD5 af2fe27bf58e768d5f82dc3f0a25596c
BLAKE2b-256 756a5a3f38dd8ad669dc244113012da23db1f544bef860acd7d4c792f928861d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.2-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 21f92b8b435e8aeb2cdebeab35e3a4836f96cba6393d2bd4abe950a25b2ab1a0
MD5 0d4ae855d7b479814367dba666c8e6ba
BLAKE2b-256 5111adcfb45b702f1954f7ac25eb32a699426e4f48d673ce7d0b63f9f3f7d68c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46d7d5f9740ef41f0a97b230c59a00c44bea2e6e8661c4c141a91585d3522e01
MD5 60c6a7c1a353d61a39dfbd1e1d57b69d
BLAKE2b-256 5dd1413ffb7e9c94a1a0430c9ce69103eb258f651579c93129d604916ecd9605

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