Sign in Sign up
nuget

ToolUp.Graph.AGE

ToolUp.Graph AGE companion — the Postgres-colocated openCypher IGraphStore over Apache AGE (an Apache-2.0 PostgreSQL extension), reached through the managed Npgsql driver (no native binding). Graph data lives in the same PostgreSQL instance as the consumer's relational data — same backups, same connection pool, same transaction boundary — with an opt-in shared-transaction seam that enlists graph writes in the same NpgsqlTransaction as relational writes. Graph-per-tenant isolation (AGE namespaces graphs) with a property-partition fallback; Postgres transients surfaced as the IGraphStore retryable-result contract. Binds the shared IGraphStoreContract unchanged — a query developed against the in-memory default runs unchanged here. Server-only companion.

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
3
Cadence
~3 days
Last 12 months
3

Details

License
Apache-2.0
First release
Aug 19, 2026
Releases
Version Released
0.21.0 minor
0.20.1 patch
0.20.0 initial