|
6 | 6 | [](https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html) |
7 | 7 | [](https://github.com/adityamukho/minigraf/blob/main/ROADMAP.md) |
8 | 8 |
|
9 | | -> **The SQLite of bi-temporal graph databases** - Embedded Datalog engine written in Rust |
| 9 | +> **Embedded graph memory for AI agents, mobile apps, and the browser** — the SQLite of bi-temporal graph databases |
10 | 10 |
|
11 | 11 | A tiny, self-contained graph database with **Datalog queries** and **bi-temporal time travel**. Think SQLite, but for connected data with full history. |
12 | 12 |
|
@@ -286,7 +286,7 @@ No other database offers this combination: |
286 | 286 | | **Rust** | ✅ Yes | ❌ Clojure | ✅ Yes | ❌ Java | ❌ C | |
287 | 287 | | **WASM Ready** | 🎯 Goal | ❌ No | ⚠️ Limited | ❌ No | ✅ Yes | |
288 | 288 |
|
289 | | -**Minigraf = SQLite's simplicity + Datomic's temporal model** |
| 289 | +**Embedded graph memory for agents, mobile, and the browser — SQLite's simplicity + Datomic's temporal model** |
290 | 290 |
|
291 | 291 | ### For AI Agents |
292 | 292 |
|
@@ -469,7 +469,7 @@ A `.graph` file is a single blob. Exporting a user's data is one read; importing |
469 | 469 | 7. **Local-first applications** - Offline-capable, user-owned data |
470 | 470 | 8. **Development/testing** - Local graph DB like SQLite |
471 | 471 |
|
472 | | -### Philosophy: The SQLite of Graph Databases |
| 472 | +### Philosophy: The SQLite Approach |
473 | 473 |
|
474 | 474 | - **Zero-configuration** - No setup, just works |
475 | 475 | - **Embedded-first** - Library, not server |
@@ -556,7 +556,7 @@ Current tests (280 total): |
556 | 556 | - ✅ **Minigraf**: Single file, embedded, Rust |
557 | 557 | - ✅ **Datomic**: Production-proven, but client-server, Clojure, proprietary |
558 | 558 |
|
559 | | -**Minigraf aims to be the simplest, most portable option: SQLite's simplicity + Datomic's temporal model.** |
| 559 | +**Minigraf aims to be the simplest, most portable option: embedded graph memory for agents, mobile, and the browser — built on SQLite's simplicity and Datomic's temporal model.** |
560 | 560 |
|
561 | 561 | ## Contributing |
562 | 562 |
|
|
0 commit comments