Fuju Trace SQLite
SQLite storage adapter for Fuju Trace. Install this package directly or use the base SDK extra:
python -m pip install 'fuju-trace-sqlite==0.1.11'
# equivalent: python -m pip install 'fuju-trace[sqlite]==0.1.11'
from fuju_trace import connect
with connect(sqlite_path="./trace.sqlite", tenant_id=1, initialize=True) as db:
print(db.capabilities())
The package re-exports SQLiteTraceStore from the shared fuju-trace-sql
implementation. SQLite uses Python's standard library, so no driver is added.
Text search is currently a substring scan; BM25 and vector search are not
available in this adapter. See the SQL adapter guide
for writing traces, filters, and concurrency limits.
Release files for fuju-trace-sqlite 0.1.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fuju_trace_sqlite-0.1.11.tar.gz | 1.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fuju_trace_sqlite-0.1.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.3 kB
Release files / fuju_trace_sqlite-0.1.11.tar.gz
| Download URL | fuju_trace_sqlite-0.1.11.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
08aed4a0a0cfc59d9f081c2b571d5933b740df276d661d0cac28e2b419469baf
|
|
BLAKE2b-256 checksum How to use checksums |
89f90a71f23ae901fcb6be7b1e69af3d41cec76a1ed163c4aed6f608ceba7b2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.2
|
Release files / fuju_trace_sqlite-0.1.11-py3-none-any.whl
| Download URL | fuju_trace_sqlite-0.1.11-py3-none-any.whl |
|---|---|
| Size | 1.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ca52699bf1f074ca62c038567227c8bd83e8611f9ecd0f37a19337847305e29f
|
|
BLAKE2b-256 checksum How to use checksums |
59c2946ea888c6e6f4ac642df6729c0f1af9c2e435855ba2250f4e930c8e1dd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.2
|