From 30a6d5d93dee78ff75051674f6a9d2ea224c38a8 Mon Sep 17 00:00:00 2001 From: Samson Agbo Date: Wed, 21 Jan 2026 16:29:22 +0100 Subject: [PATCH] chore: add ORM for TOON (#264) * docs: add ToonStore to community implementations * docs: add ToonStore to community implementations * docs: add TORM to community implementations * chore: revert sace --------- Co-authored-by: Johann Schopplich --- docs/ecosystem/tools-and-playgrounds.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ecosystem/tools-and-playgrounds.md b/docs/ecosystem/tools-and-playgrounds.md index 35c9725..8188b72 100644 --- a/docs/ecosystem/tools-and-playgrounds.md +++ b/docs/ecosystem/tools-and-playgrounds.md @@ -51,6 +51,13 @@ Use YAML syntax highlighting as a close approximation. Most editors allow associ [ToonStore](https://github.com/Kalama-Tech/toonstoredb) - Redis-compatible embedded database (Rust) that stores data in TOON format. +## ORMs + +### TORM + +[TORM](https://github.com/Kalama-Tech/torm) - ORM that works with the ToonStore database, with SDKs for Node.js, Python, Go, and PHP. + + ## Web APIs If you're building web applications that work with TOON, you can use the TypeScript library in the browser: