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

Uploaded Python 3 Windows x86-64

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.3a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 b30837a875a7007faac2aeaec9bc820daaa4b16657c2c23629f8a6f96dec0ad2
MD5 37612ae74fc79576345faf4da0c61899
BLAKE2b-256 d3f5dcfc36208661a1eeb716f33b86fb3d5fa25fee690849c4ed1a4b04a6b1bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.3a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85d14bfaa5a86bdfb3b1fca976055e51e0ae792bc5cb03b6ea572df15878ddb6
MD5 bd4b0778dcc1c9c1b204256629445c50
BLAKE2b-256 6d1e698ce7eee4cbef39145d84bbb18c4414b07cca0e18acd84a6b33400b39e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.3a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e0f6198576ab4672fa16978a290a541c46c43a68fe366f2f49a3247a266ffeb9
MD5 b7e741585f157e3fd0a897d1b55cc220
BLAKE2b-256 ebcbd78b912551335a02b6d20f79a84a0000de5557cb4f493d8105c4cb98fe81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.0.3a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bf010380e74984cde0fa6946949cda40d5690a9f9c8d9206a091d6180d50210
MD5 a5d7082c1c9e5cae41bbbf5cefaf53f8
BLAKE2b-256 77a2b382e6c35147e35ede90ac1cc0a3eba8ce698063b19be086634831d54c73

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