Skip to main content

🦆DuckDB sqlite3 extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-sqlite3

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("sqlite3")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='sqlite3' or 
                list_contains(aliases, 'sqlite3')""")
    .fetchone()[0]
)

License

duckdb-extension-sqlite3 is distributed under the terms of the MIT license.

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

If you're not sure about the file name format, learn more about wheel file names.

duckdb_extension_sqlite3-1.5.5-py3-none-win_amd64.whl (8.6 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_sqlite3-1.5.5-py3-none-macosx_11_0_x86_64.whl (9.5 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_sqlite3-1.5.5-py3-none-macosx_11_0_arm64.whl (8.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_sqlite3-1.5.5-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 4e137b9b9594ab09eaea9893ed68b79ebb131488f9fbe24fa4a68e6d876c4da0
MD5 aedc3aca871be9f643ac438791696243
BLAKE2b-256 79a4527abc60e0d262f1dc8e9bf735ee7d222d9ac1baa12b31e0297a5c8c0505

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.5.5-py3-none-win_amd64.whl:

Publisher: publish-sqlite3-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_sqlite3-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ed3f827c8a42ef774602a35fe041ea521073629ac9f84bea105397f521655c3
MD5 d85d5c618476235b4568cc947663f0bb
BLAKE2b-256 92339b48a88018e576ab57f483934f8ea3b7c44cc68aa385b93fb708bcc01686

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.5.5-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-sqlite3-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_sqlite3-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cd0249488c1d3cd90450ba13636df482bd3f8ec6c98d12e6df19cc13ac7b826
MD5 9e36d71f217e6827dbb7557e35bc21d2
BLAKE2b-256 3660eb44ac097290c3352e94a11797d105ef9a92b58175938d8a7dbd98f4de9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.5.5-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-sqlite3-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_sqlite3-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bd39a27006930b005debbbe0f01b0398b018710dd92124afa80c8d3cb770c1e1
MD5 8ca7c8f85029d9d4684eaf0aadf02980
BLAKE2b-256 399e1a9fe269177ec4e31c4c385f1ae339ea2419ae227491e69678ce525b389e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.5.5-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-sqlite3-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_sqlite3-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5c02001e9563cf276a112b0c8faea11a8248f08fccb5cbd0364ede4d79fe14c
MD5 db16a073c00b193a46c0c7b4bb42aca9
BLAKE2b-256 3b2b4e3e323a56bdedb3fd54fd13a22b932c86305e500fdf72907f0d2de217e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.5.5-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-sqlite3-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.5.5 This release

5 files

1.5.4

5 files

1.5.3

5 files

1.5.2

5 files

1.5.1

5 files

1.5.0

5 files

1.4.4

5 files

1.4.3

5 files

1.4.2

5 files

1.4.1

5 files

1.4.0

5 files

1.3.2

5 files

1.3.1

5 files

1.3.0

5 files

1.2.2

5 files

1.2.1

5 files

1.2.0

4 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page