GraphLink
GraphLink is a memory-safe, relational in-memory graph database library for Rust, inspired by the ergonomics of Ruby on Rails' ActiveRecord.
It lets you define complex data schemas with associations (like has_many, belongs_to, and has_many :through) and automatically handles memory allocation, relational integrity, and secondary indices.
Install