graphlink 0.1.0

A memory-safe, relational in-memory graph database.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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

```bash
cargo add graphlink
```