There was an error while loading. Please reload this page.
1 parent 5225ab5 commit 8ccf977Copy full SHA for 8ccf977
1 file changed
README.md
@@ -215,9 +215,8 @@ accepting inbound reports.
215
216
### Store Logs in a Database
217
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.
+Store friction logs in a shared database so multiple agents and applications can record and inspect
+them.
221
222
```sh
223
export FROG_DATABASE_URL=postgres://...
0 commit comments