From 8ccf977580647e848520424921208dd2abecd28f Mon Sep 17 00:00:00 2001 From: jxom <7336481+jxom@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:58:58 +1000 Subject: [PATCH] docs: simplify database overview --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31c3bc5..7829cfb 100644 --- a/README.md +++ b/README.md @@ -215,9 +215,8 @@ accepting inbound reports. ### Store Logs in a Database -Frog separates friction logging from persistence, so agents and applications can record and inspect -logs through one API while choosing where they live. Repository files are the default, PostgreSQL is -supported today, and SQLite and Cloudflare D1 are planned. +Store friction logs in a shared database so multiple agents and applications can record and inspect +them. ```sh export FROG_DATABASE_URL=postgres://...