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

Uploaded Python 3 Windows x86-64

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ea86af8345d5ae2dda0e731cc9abed7af93ea4e47c8bce81c89079ad6363b10c
MD5 1f0eb4c42553aeb9bc45c3dbbe887dc7
BLAKE2b-256 e9edea5b84648597ce8a12d370cc83e2bc7cc1ef26944e976300cb6d14eaa8a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.3-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 296b3d98329d585dc5c673c86ac6bc6c2492a75c0f1925ebc0875d36bc6c5606
MD5 a8618c6c60c44ff5d746215977d1e1cc
BLAKE2b-256 f25c723413c3d4bcd46aff1de3450366222e6a74d5b294fdcfaa77ec9326448f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c9b93e16c8499134af7bb3f236e2de47e792a79eb3592032c3fba196d4a8a38f
MD5 56bb9de8b23c757c4954043c9dada771
BLAKE2b-256 106c1d627bfae0eff8bf359b2e2a936ae2cc200e5744366561b10edeb7e7837d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f96aff5e4880fee5bd8fc59fd617f1a2addafb67588a347d65a79bb3709bdcc4
MD5 1dfa86865c63a35f19d14a0ebc54fd89
BLAKE2b-256 a719cbaad6a56233eba1fcb8e94cf7921129b7dbeb3691bba8ebff45bf94e84c

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