Skip to main content

🦆DuckDB sqlite extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-sqlite

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("sqlite")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-sqlite 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_sqlite-1.5.5-py3-none-win_amd64.whl (8.6 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_sqlite-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_sqlite-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_sqlite-1.5.5-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 d1cf5b3873aded59c4252986e1fe500d542846a242aa5f03d6117c4f91d63f52
MD5 c05a5a64f6ee65536f19f65176bb41a9
BLAKE2b-256 3970ddd179fa216982a7c955ab6ac5897236d04fb537cc35aaaaa9e13cd4023d

See more details on using hashes here.

Provenance

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

Publisher: publish-sqlite-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_sqlite-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f925685f89ede949dd222d643309a769f930a0a08fa073b49dcc8a5e464d2451
MD5 c0cd8966270877a393fa7f50f6653951
BLAKE2b-256 7fc2a126b57704c1b50248f19f310e57e9109868e7d704745c83589e56dc5100

See more details on using hashes here.

Provenance

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

Publisher: publish-sqlite-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_sqlite-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1454c1f97ba3b77e05a59cf6ff85cc5d8cf153aa1494f164919ca04f2cab5d4
MD5 607e6bcc24e4ba38becdf1e592c559bc
BLAKE2b-256 16deda2d284d8487734f34c0b0eb42ec862505763be7e2b3d66ca702a1ec914e

See more details on using hashes here.

Provenance

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

Publisher: publish-sqlite-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_sqlite-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0d96353194b869e0fb8ac4a30b7c51bd40354fcc042bcb11ff503cc35ffdfc15
MD5 f5dfc69d3e239f1b52fc22a6ef437ae3
BLAKE2b-256 faeb42f79c0b4a5fe3e559fd2f175714eed09ce0e0cdb2f00cb7cbeee5ed867b

See more details on using hashes here.

Provenance

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

Publisher: publish-sqlite-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_sqlite-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2377ba1f0ecced87c7cf6b3906fb493a535d151a73a07d4c706b0f586b041cf6
MD5 6b6cc380846909674be0b15b72f4fe25
BLAKE2b-256 dea49b28e099664eebe48ba25ca02e2de093827f7b7a58d2691d404eef0d342d

See more details on using hashes here.

Provenance

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

Publisher: publish-sqlite-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