Python Client for SpiralDB.
The wheel also exposes the embedded engine as an ADBC driver without bundling a second native library:
from spiraldb.adbc import dbapi
with dbapi.connect() as connection:
with connection.cursor() as cursor:
cursor.execute("SELECT CAST(? AS BIGINT) + 1 AS value", [41])
assert cursor.fetchall() == [(42,)]
Prepared queries accept positional ? or contiguous $1, $2, ...
placeholders and exactly one parameter row per execution.
Launch the Harlequin SQL TUI against the hosted SpiralDB catalog in an isolated environment with:
uvx --with 'spiraldb[harlequin]' harlequin -a spiraldb
No separate authentication step is required. The driver reuses cached Spiral credentials when available, or opens the system browser for device-code authentication on first access to the hosted catalog.
Pass spiral:memory: as the final argument for an offline, session-local
catalog instead, or select an initial project with a URI such as
'spiraldb://?project=my-project'. Browse the legacy Tables Service catalog
with 'spiraldb://?catalog=legacy'.
Release files for spiraldb 0.16.30
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spiraldb-0.16.30-cp311-abi3-manylinux_2_28_x86_64.whl | CPython 3.11 | abi3 | Linux glibc 2.28+ x86-64 | Details |
| spiraldb-0.16.30-cp311-abi3-manylinux_2_28_aarch64.whl | CPython 3.11 | abi3 | Linux glibc 2.28+ ARM64 | Details |
| spiraldb-0.16.30-cp311-abi3-macosx_11_0_arm64.whl | CPython 3.11 | abi3 | macOS 11.0+ ARM64 | Details |
Total release size: 233.3 MB
Release files / spiraldb-0.16.30-cp311-abi3-manylinux_2_28_x86_64.whl
| Download URL | spiraldb-0.16.30-cp311-abi3-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 79.3 MB |
| Tags | CPython 3.11 Linux glibc 2.28+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
3a2eb9a1ea915f25ac7f33c7cb5cd5b46171d6619d0c583639c1361a15dad4f0
|
|
BLAKE2b-256 checksum How to use checksums |
d5484eb8b33ef4246650512824bb5dd74c3566c19c87c98e66a799627509f963
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","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}
|
Release files / spiraldb-0.16.30-cp311-abi3-manylinux_2_28_aarch64.whl
| Download URL | spiraldb-0.16.30-cp311-abi3-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 83.1 MB |
| Tags | CPython 3.11 Linux glibc 2.28+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
e3aca85e212cf7d062107c847032f8d58fce64c5af3ea3d34cf0246cd96cb495
|
|
BLAKE2b-256 checksum How to use checksums |
07378579717f15a08e038f4d530eab40fa414949b377fbecfe516482e8c9503d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","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}
|
Release files / spiraldb-0.16.30-cp311-abi3-macosx_11_0_arm64.whl
| Download URL | spiraldb-0.16.30-cp311-abi3-macosx_11_0_arm64.whl |
|---|---|
| Size | 70.9 MB |
| Tags | CPython 3.11 abi3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
fe5c0a7ddfd34918b437a7d216bb96ff3230efe4cfe7f566f39a87b5ff62ed0a
|
|
BLAKE2b-256 checksum How to use checksums |
0cb3c2079dad320dc8bfcf38f2555081c8aa7177fb15a53db85cdca13558a570
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","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}
|