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

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.3.2a2-py3-none-win_amd64.whl (16.1 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_sqlite3-1.3.2a2-py3-none-macosx_11_0_x86_64.whl (11.0 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_sqlite3-1.3.2a2-py3-none-macosx_11_0_arm64.whl (9.6 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_sqlite3-1.3.2a2-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.3.2a2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 5faf7680aab592eae6ee6078c29b40afb39b63e6782f5f7f61f5010addf1907e
MD5 8a026a399a3dbaa198a9cf4ba6135ffd
BLAKE2b-256 2578132ada7dff89be9aac7cc24dc0153c79f1eae2e20577d91c23bb03f664c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.3.2a2-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.3.2a2-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.3.2a2-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04dfcffcf8798036388e3903a803468e77f21068d8ef5ad6ae8f39f770702ba1
MD5 e82663908079fa9545508d1931e8744e
BLAKE2b-256 3a8ed34d22006e4a9af969fe967f1fced568e92eeb6f3c88b55d6ca1b7bba950

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.3.2a2-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.3.2a2-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.3.2a2-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43924151486d34cb3543629c2917e4272c91ab01fedc732be43ad1e5e831edec
MD5 25c95d1a469c1e27d3665097cb4b180a
BLAKE2b-256 facf665759b877fb7baff81bfe755e48cce68ff0ce19917dfa402e0f99113e96

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.3.2a2-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.3.2a2-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.3.2a2-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 673f0cdd54129c022602aaf4e96a5a0eda95caa28fe16f931314a41b77c35598
MD5 6bb3429718058d1e9aca886d8d4381e2
BLAKE2b-256 2b7021b9ed9030545b6965a81e0d432e8192483e673c7c7cd7e482ba24583c44

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.3.2a2-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.3.2a2-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_sqlite3-1.3.2a2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 264f51d453e4edb7b678b2690e43d240ddd6c4754dd59e1753eb8473ac5f878c
MD5 f0bf3eb0cb6afd1af1afd1d66eddfd3e
BLAKE2b-256 abc9bc56eaa0fa19feba4b4e5cd88fe72913a9c45a9b096fec19143bf980c7f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_sqlite3-1.3.2a2-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