From 2620239997caf96deeeb59908739a76fec1f1bc3 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Fri, 27 Mar 2026 23:13:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index e7ceddf..0199f78 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,3 @@ Requires two things set in Gitea repository settings: ```bash docker run -d -p 3000:80 /catalyst:latest ``` - -## Migrating to a real backend - -All database operations are in `js/db.js`. The functions `getInstances`, `getInstance`, `createInstance`, `updateInstance`, and `deleteInstance` are the only things that would change — swap the `db.run()` / `db.exec()` calls for `fetch()` calls to your API and the rest of the app is untouched.