# contextdb

> Embedded database for agentic memory — relational, graph, and vector under unified MVCC transactions

- **URL**: https://www.freshcrate.ai/projects/contextdb
- **Author**: context-graph-ai
- **Category**: Databases
- **Latest version**: `v1.0.0` (2026-04-29)
- **License**: Apache-2.0
- **Source**: https://github.com/context-graph-ai/contextdb
- **Homepage**: https://contextdb.tech
- **Language**: Rust
- **GitHub**: 14 stars, 2 forks
- **Registry**: github (`context-graph-ai/contextdb`)
- **Tags**: `agentic-memory`, `database`, `embedded-database`, `graph-database`, `rust`, `vector-database`, `vector-search`

## Description

Embedded database for agentic memory — relational, graph, and vector under unified MVCC transactions

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v1.0.0` | 2026-04-29 | High | **Full Changelog**: https://github.com/context-graph-ai/contextdb/compare/v0.3.4...v1.0.0 |
| `v0.3.4` | 2026-04-21 | High | **Full Changelog**: https://github.com/context-graph-ai/contextdb/compare/v0.3.3...v0.3.4 |
| `v0.3.3` | 2026-04-12 | Medium | **Full Changelog**: https://github.com/context-graph-ai/contextdb/compare/v0.3.2...v0.3.3 |
| `v0.3.2` | 2026-04-03 | Medium | **Full Changelog**: https://github.com/context-graph-ai/contextdb/compare/v0.3.1...v0.3.2 |
| `v0.3.1` | 2026-04-03 | Medium | **Full Changelog**: https://github.com/context-graph-ai/contextdb/compare/v0.3.0...v0.3.1 |
| `v0.3.0` | 2026-04-03 | Medium | ## What's Changed * Remove test-side contention from DDL sync ordering checks by @lucidprogrammer in https://github.com/context-graph-ai/contextdb/pull/1  ## New Contributors * @lucidprogrammer made their first contribution in https://github.com/context-graph-ai/contextdb/pull/1  **Full Changelog**: https://github.com/context-graph-ai/contextdb/compare/v0.2.0...v0.3.0 |
| `v0.2.0` | 2026-03-08 | Low | ContextDB is now schema-agnostic. The database starts empty — consumers define their own tables with `CREATE TABLE`. Immutability and state machine constraints are declared per-table, not hardcoded. The CLI REPL supports psql-style `\dt`, `\d`, `\?`, `\q` commands alongside dot-style commands.  ### What's new  - **Runtime table metadata registry** — tables and constraints are created at runtime, not compiled in - **Declarative constraints** — `CREATE TABLE ... IMMUTABLE` and `CREATE TABLE ... ST |
| `v0.1.0` | 2026-03-08 | Low | **Full Changelog**: https://github.com/context-graph-ai/contextDB/commits/v0.1.0 |

## Citation

- HTML: https://www.freshcrate.ai/projects/contextdb
- Markdown: https://www.freshcrate.ai/projects/contextdb.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/contextdb/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
