Skip to main content

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.

Download files

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

Source Distribution

aevum_store_postgres-0.9.0.tar.gz (21.9 kB view details)

Uploaded Source

Built Distribution

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

aevum_store_postgres-0.9.0-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file aevum_store_postgres-0.9.0.tar.gz.

File metadata

  • Download URL: aevum_store_postgres-0.9.0.tar.gz
  • Upload date:
  • Size: 21.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for aevum_store_postgres-0.9.0.tar.gz
Algorithm Hash digest
SHA256 7d6f3a5cb09830f5fe073c9d4b4d79bebc5f53ded522af541159e756d154c15f
MD5 6ba2df1de8a3b3dae07d9c77a6901314
BLAKE2b-256 211e04e9078227c743ce70b31042805f0b7019d6938d038035de59d15baa0b53

See more details on using hashes here.

Provenance

The following attestation bundles were made for aevum_store_postgres-0.9.0.tar.gz:

Publisher: release.yml on aevum-labs/aevum

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

File details

Details for the file aevum_store_postgres-0.9.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aevum_store_postgres-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f98757d4f49533c816a4274cf4bb24df4ec868d5ca00ee1a51264aad010e76c
MD5 30d4c8baebbfa632264d3d3efb837f1f
BLAKE2b-256 e250f09a62d1895c543ff48c49a929a42a762f19207af952d1b6ae61e83e61ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for aevum_store_postgres-0.9.0-py3-none-any.whl:

Publisher: release.yml on aevum-labs/aevum

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