Tigrbl engine plugin providing transactional pandas DataFrame sessions.
Project description
tigrbl_engine_pandas
A Tigrbl engine plugin that provides a Pandas-backed engine/session.
- Native transactions (
begin/commit/rollback). - MVCC-style snapshots for reads.
- Works with Tigrbl core CRUD via the small session surface.
Install
pip install tigrbl_engine_pandas
The plugin auto-registers via entry points under the group tigrbl.engine.
Usage
from tigrbl.engine.decorators import engine_ctx
# Bind by kind using the plugin's engine
@engine_ctx({"kind": "pandas", "async": True, "tables": {"widgets": df}, "pks": {"widgets": "id"}})
class API:
pass
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
File details
Details for the file tigrbl_engine_pandas-0.1.1.dev2.tar.gz.
File metadata
- Download URL: tigrbl_engine_pandas-0.1.1.dev2.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.3 {"installer":{"name":"uv","version":"0.10.3","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 |
0576ce52e6d1c5d9863dbf8fae7cdf7fce930452a38c2c119d100a5b9ffc76db
|
|
| MD5 |
b0383f6b6872a29aa96de37c88811145
|
|
| BLAKE2b-256 |
3db12873b6bc54ee6dae8ea14123ee78fe56bb82a356d241e99e19c21ac83336
|