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

Uploaded Python 3 Windows x86-64

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 dcd8afd8298977e415cb992676883ef757e3fc04759db51341ec3656ca6913f8
MD5 884425703e592ad81cf8a4ba8991c11c
BLAKE2b-256 f051c80f65bc4f5e6dec2510e5aa6c91b1bcf80c2e48dccde6e02b983d09539e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7956a817edfe22e566f9371f2c522b0a9846e61ca65e945fe6d5b08566ab21a
MD5 654b14fbdb294db26213250ece3c83f0
BLAKE2b-256 b5ab07d91a09ad24465ffac458acdeecf1f518ca2133a97cb90e0e0c1dcd8b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 28bc0c5584c45e82dcfcd36bee9d451d7943d97fa12f9e44fefda0ffb973194c
MD5 abf0e8b0dfa1aa1c3b98092042623776
BLAKE2b-256 1225834a2e563d6a7b0bfcdf32de12266ff22c1fa2e4721e9e13e2c607ac034b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_postgres-1.1.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9be15feb609cb2120de5b076c0dd429ac0a269af8ba2d9411a01e819d35293c
MD5 9215ac062395c4308e9706e38005b4ce
BLAKE2b-256 890ff4f5e89ff51cedeb5e8f5e720fa6673a2c865fa99b7782898d2236dc7057

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