aevum-store-postgres
PostgreSQL-backed graph store for Aevum. Suitable for team deployments with shared state, concurrent writers, and durable persistence.
pip install aevum-store-postgres
import psycopg
from aevum.core import Engine
from aevum.store.postgres import PostgresStore
from aevum.store.postgres.store import initialize_schema
conn = psycopg.connect("postgresql://user:pass@localhost/aevum")
initialize_schema(conn)
engine = Engine(graph_store=PostgresStore(conn))
For single-node deployments without PostgreSQL, use aevum-store-oxigraph instead.
See the main repository README for backend selection guidance.
Release files for aevum-store-postgres 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aevum_store_postgres-0.9.0.tar.gz | 21.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aevum_store_postgres-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.2 kB
Release files / aevum_store_postgres-0.9.0.tar.gz
| Download URL | aevum_store_postgres-0.9.0.tar.gz |
|---|---|
| Size | 21.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7d6f3a5cb09830f5fe073c9d4b4d79bebc5f53ded522af541159e756d154c15f
|
|
BLAKE2b-256 checksum How to use checksums |
211e04e9078227c743ce70b31042805f0b7019d6938d038035de59d15baa0b53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 22, 2026.
Transparency logRelease files / aevum_store_postgres-0.9.0-py3-none-any.whl
| Download URL | aevum_store_postgres-0.9.0-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4f98757d4f49533c816a4274cf4bb24df4ec868d5ca00ee1a51264aad010e76c
|
|
BLAKE2b-256 checksum How to use checksums |
e250f09a62d1895c543ff48c49a929a42a762f19207af952d1b6ae61e83e61ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 22, 2026.
Transparency log