Skip to main content

PostgreSQL ledger backend for OpenWright — durable, multi-writer evidence.

Project description

openwright-postgres

A durable, multi-writer PostgreSQL ledger backend for OpenWright — the production answer to the file/sqlite single-writer limit.

pip install openwright openwright-postgres
openwright collector --ledger-backend "postgresql://user:pw@host:5432/evidence"

Or in code:

from openwright.connectors import resolve_backend
from openwright.ledger import Ledger
ledger = Ledger(resolve_backend("openwright.ledger_backends", "postgresql://…"))

It uses core's append-only SqlLedgerBackend (DB-assigned IDENTITY column — no MAX(idx)+1 race, O(1)+indexed positional reads), so concurrent writers commit gap-free, ordered, and verifiable. Crypto stays in core; this package only wires storage. Produces evidence that controls were exercised — not a legal compliance certification.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openwright_postgres-0.3.0.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openwright_postgres-0.3.0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file openwright_postgres-0.3.0.tar.gz.

File metadata

  • Download URL: openwright_postgres-0.3.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openwright_postgres-0.3.0.tar.gz
Algorithm Hash digest
SHA256 5e3a0911eb64bec683db655c6de74add3a9ac238db95aabfcfc98e6b049627db
MD5 b18c3c8c71828bbdb0ae4630119b80c4
BLAKE2b-256 84ddf9292beb237776e195a7067c4f320aa4db93651231635278aaba159cc8d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwright_postgres-0.3.0.tar.gz:

Publisher: release.yml on allthingsN/openwright-connectors

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openwright_postgres-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for openwright_postgres-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3da65aec76f47a65f055fc2cd6dda47bf9faa9d07d6bf22e011b73fbb5875cf5
MD5 9e6a17f9ba2a33ec6e249fc0c5c0bbb9
BLAKE2b-256 812f08092ae64b4a19641d02c374fb0c1eb65ec3d6ebc228905a5816b102dac8

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwright_postgres-0.3.0-py3-none-any.whl:

Publisher: release.yml on allthingsN/openwright-connectors

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page