Skip to content

Commit 8ccf977

Browse files
committed
docs: simplify database overview
1 parent 5225ab5 commit 8ccf977

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,8 @@ accepting inbound reports.
215215

216216
### Store Logs in a Database
217217

218-
Frog separates friction logging from persistence, so agents and applications can record and inspect
219-
logs through one API while choosing where they live. Repository files are the default, PostgreSQL is
220-
supported today, and SQLite and Cloudflare D1 are planned.
218+
Store friction logs in a shared database so multiple agents and applications can record and inspect
219+
them.
221220

222221
```sh
223222
export FROG_DATABASE_URL=postgres://...

0 commit comments

Comments
 (0)