Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://...
Expand Down
Loading