Skip to main content

DuckDB extension package for duckdb/core-extensions/fts

Project description

DuckDB extensions via PIP

Installaton

pip install duckdb-ext[fts]

Usage

Option 1: Automatic

import duckdb
import duckdb_ext

with duckdb_ext.init(duckdb.connect()) as con:
    ...

Option 2: Manual

import duckdb
import duckdb_ext

with duckdb.connect() as con:
    con.execute("SET extension_directory = ?;", (get_extension_dir(),))
    # Ideally also:
    con.execute("SET autoinstall_known_extensions = false;")

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 Distribution

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

duckdb_ext_fts-1.2.1.20250921.post0-py3-none-manylinux_2_17_x86_64.whl (7.5 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

File details

Details for the file duckdb_ext_fts-1.2.1.20250921.post0-py3-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_ext_fts-1.2.1.20250921.post0-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cb934adfe7d901712d8d90b21bdc4ec6df78caf575fc087d8bce5067d3e15d85
MD5 bf2057f76db70a1a8ba3e678384f7c85
BLAKE2b-256 04008be01b2592c442d00f80c0e674d6b5fea6184c852224771bfde2758739dc

See more details on using hashes here.

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