DuckDB engine extension for Tigrbl (optional plugin).
Project description
tigrbl_engine_duckdb
DuckDB engine extension for Tigrbl. This package registers the duckdb
engine kind with Tigrbl’s engine registry via entry points.
Install
pip install tigrbl_engine_duckdb
Use
After installing, you can bind DuckDB using engine_ctx:
from tigrbl.engine.decorators import engine_ctx
from tigrbl.session.decorators import session_ctx
@engine_ctx({"kind": "duckdb", "path": "./data/app.duckdb",
"pragmas": {"memory_limit": "2GB"}})
@session_ctx({"isolation": "repeatable_read"})
class AnalyticsAPI:
pass
No import of this package is required in your app; Tigrbl auto-loads the plugin via entry points on import.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tigrbl_engine_duckdb-0.1.1.dev19.tar.gz.
File metadata
- Download URL: tigrbl_engine_duckdb-0.1.1.dev19.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9e4b0d7780605a2a62485ba5d483135b768b98521f55553b20109ad02456350
|
|
| MD5 |
0b778de28d55f2feb2aa6e4769a47425
|
|
| BLAKE2b-256 |
0ce71d6a6e46dd44b30452a3fed60ff2c32a9030a3df57e1ca2f77133708f6f9
|
File details
Details for the file tigrbl_engine_duckdb-0.1.1.dev19-py3-none-any.whl.
File metadata
- Download URL: tigrbl_engine_duckdb-0.1.1.dev19-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f209139ba94c93f806d6ae8bad49ba99993645c30bcf6fdf6ec6c58ebc469fe
|
|
| MD5 |
09c7aaf468754b7883b2bc851c70df96
|
|
| BLAKE2b-256 |
786fe7817247240b9eec09e6f16d4d068c916aff936b2965c7532d325a724436
|