Transactional OLTP operation handlers for Tigrbl CRUD, bulk, REST, JSON-RPC, and database-backed workloads.
Project description
tigrbl-ops-oltp
Transactional OLTP operation handlers for Tigrbl CRUD, bulk, REST, JSON-RPC, and database-backed workloads.
What is tigrbl-ops-oltp?
Transactional OLTP operation handlers for Tigrbl CRUD, bulk, REST, JSON-RPC, and database-backed workloads.
Why use tigrbl-ops-oltp?
Use it when you need this operation-family boundary directly instead of consuming operations through the top-level facade.
When should I install tigrbl-ops-oltp?
Install it for framework internals, extension packages, or focused tests that target this operation plane.
Who is tigrbl-ops-oltp for?
Framework maintainers and extension authors working near Tigrbl operation dispatch.
Where does tigrbl-ops-oltp fit?
tigrbl-ops-oltp lives at pkgs/core/tigrbl_ops_oltp and serves focused operation dispatch behavior inside the Tigrbl runtime model.
How does tigrbl-ops-oltp work?
It contributes operation handlers and dispatch-facing primitives consumed by the facade, runtime, and kernel layers.
Certification Status
- Package status: governed package in the
tigrbl/tigrblworkspace. - Governance source: SSOT registry.
- Release evidence: publish workflow validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
- Local certification guard:
pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.pyverifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge,LICENSE, andNOTICE. - Scope note: this README documents the package boundary. Runtime feature support remains governed by
.ssot/entities and the conformance docs linked below.
Install
uv add tigrbl-ops-oltp
pip install tigrbl-ops-oltp
Surface Coverage
| Surface | Value |
|---|---|
| PyPI package | tigrbl-ops-oltp |
| Repository path | pkgs/core/tigrbl_ops_oltp |
| Python import root | tigrbl_ops_oltp |
| Console scripts | none declared |
| Entry points | none declared |
| Optional extras | none declared |
| Legal files | LICENSE, NOTICE |
| Supported Python | `3.10 |
What It Owns
tigrbl-ops-oltp owns the operation-family package boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
Implementation orientation:
tigrbl_ops_oltp: crud/, fallbacktigrbl_ops_oltp.rust_handlersis a deprecated compatibility shim; handlers are Python-only.
Public API and Import Surface
- Import roots:
tigrbl_ops_oltp. - Public symbols:
Body,Header,Param,Path,Query,bulk_create,bulk_delete,bulk_merge,bulk_replace,bulk_update,clear,count. - Workspace dependencies:
tigrbl-orm,tigrbl-base,tigrbl-core. - External runtime dependencies: none declared.
Usage Examples
Verify the installed package
python -m pip show tigrbl-ops-oltp
python - <<'PY'
from importlib.metadata import version
print(version("tigrbl-ops-oltp"))
PY
Import the package boundary
import importlib
module = importlib.import_module("tigrbl_ops_oltp")
print(module.__name__)
Import a public symbol
from tigrbl_ops_oltp import Body
print(Body)
Use with the facade when building applications
uv add tigrbl tigrbl-ops-oltp
python - <<'PY'
import tigrbl
print(tigrbl.__name__)
PY
How To Choose This Package
Choose tigrbl-ops-oltp when the quick-answer table matches your use case. Choose tigrbl instead when you want the full public facade. Choose a lower-level package such as tigrbl-core, tigrbl-base, or tigrbl-runtime when you are building framework extensions or testing a specific internal boundary.
Related Packages
Documentation Links
- Workspace docs
- Package catalog
- Package layout
- Current target
- Current state
- SSOT registry
- Release workflow
Support
- Community: Discord.
- Issues: GitHub Issues.
- Repository: pkgs/core/tigrbl_ops_oltp.
Package-local Boundary
This README is the package-local distribution entry point for tigrbl-ops-oltp. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.
License
Licensed under the Apache License, Version 2.0. See LICENSE, NOTICE, and the official Apache 2.0 license text.
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_ops_oltp-0.4.4.dev1.tar.gz.
File metadata
- Download URL: tigrbl_ops_oltp-0.4.4.dev1.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","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 |
70378198b6b1f353a035a201d2d4282303d13d0a82313c361eccd32301aaf7c6
|
|
| MD5 |
00c3a643eea77253f63de3e239812473
|
|
| BLAKE2b-256 |
df2874bbc3ee0512d68d644c75ff9e58373aa5ca0fe652374f62626461594687
|
File details
Details for the file tigrbl_ops_oltp-0.4.4.dev1-py3-none-any.whl.
File metadata
- Download URL: tigrbl_ops_oltp-0.4.4.dev1-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","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 |
1a3fc9c9d1b7bdd89f81db365799fcfb79d76a11a8a5aaf9336fdad1ab6682ef
|
|
| MD5 |
fa2d52917a6ab0cd0eeb5dfdd2844fed
|
|
| BLAKE2b-256 |
6546324bc025819866949367caf96f72e99f1263a8dc15651ee0837411e5fbc9
|