the signals and their derived score are provisional and subject to change.
validate manually before sharing.
04707aef5b0eaa624cbc02409cbaa394221b2fb3none
AGENTS.mdTool: agents-md# AGENTS.md
Guidance for AI coding agents working in this repository.
## What this project is
PrismDB is a single-node OLTP **multi-model** database engine written in Rust. Relational SQL tables, JSON-like documents, and ordered key-value pairs live on **one** storage engine, sharing one buffer pool, one WAL, and one transaction manager, so a single transaction can atomically mutate all three models.
Workspace version `0.2.0`, Apache-2.0, 17 crates under `crates/`, 7 standalone client SDKs under `sdks/`none