Skip to main content

Duckdb sqlite3 extension

Project description

🦆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 extension_importer
extension_importer.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.

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

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

duckdb_extension_sqlite3-1.2.2a0-py3-none-win_amd64.whl (24.5 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_sqlite3-1.2.2a0-py3-none-macosx_11_0_x86_64.whl (10.6 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_sqlite3-1.2.2a0-py3-none-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_sqlite3-1.2.2a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.2.2a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 525e9ac1e9417baa7bdf7a5d9ab1c9011938ecddfb6825377924ea10b098880c
MD5 76e3333f9e7cc276c4ec08fbe45584e6
BLAKE2b-256 5e67c0cecd8debbd7c514ec87af65cc7752abd3de0161dacfa822305884874a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.2.2a0-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.2.2a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.2.2a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0960c4dfafbacac3839324e18709e0b73d2d6779acb58d0b42e4a21fbfb326b
MD5 9df1d84d296eab04b5f6dece19819870
BLAKE2b-256 f460d038c63f24c64630392bc587c12c7e65535133511c6da354725ccd0aabbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.2.2a0-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.2.2a0-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.2.2a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0f56974801eaf85e463220afa695c55d6a8956937e26989f5fe0a083e80a1ea
MD5 ad6acdeef42d0e599bad735a4bad75e5
BLAKE2b-256 764cafe5d10d926ab6e9b33e7ef506c3e778f96b828d6fe868bcb5eec34aa63a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.2.2a0-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.2.2a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.2.2a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d61c17f70331269d2ac4808f9fc32fef4f26a1de848927348f7ddd95df7a5a9e
MD5 f85704d58d43e66d855e2d88c6f17316
BLAKE2b-256 b04011c3e98ede5a9c326e054e2bc5f624eb2cf6d645832f8801ce36e54ba455

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.2.2a0-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.2.2a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.2.2a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65de1145e4da1d49c29e792265ed78c61a2e2047b62468510ab6096b42ef98e0
MD5 0d8522833dc16bee184fc89dad487cbe
BLAKE2b-256 113d47c2377be8fdb9688e3fdbda78a0ad7d5555f02df4fbc0b3cb57d3203610

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.2.2a0-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.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page