selene-db-graph 1.3.0

In-memory property-graph storage core (ArcSwap + imbl CoW, label/typed indexes, write funnel) for selene-db.
Documentation

In-memory property graph runtime.

The graph crate owns node/edge storage, label sets, property maps, directed adjacency, built-in label/property indexes, typed mutation validation, and the CORE persistence provider. SharedGraph serializes writes through a transaction boundary while readers observe immutable snapshots. selene-db is a single native engine: the higher selene-gql layer owns GQL binding/planning and the one frozen native procedure registry.