From 5419d918a76a7d818ba93e534f0da0080dc9ed2f Mon Sep 17 00:00:00 2001 From: Omar Farooq Date: Tue, 8 Sep 2026 23:31:28 +0500 Subject: [PATCH] docs: add safe demo checklist --- docs/DEMO.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/DEMO.md b/docs/DEMO.md index 30ff8a4..987f906 100644 --- a/docs/DEMO.md +++ b/docs/DEMO.md @@ -8,6 +8,15 @@ This demo shows the core OhMyDB safety flow against PostgreSQL: 4. The query is blocked before it modifies the database. 5. A follow-up query verifies that the data remained unchanged. +## Safe demo checklist + +Before running the walkthrough: + +- use a disposable local database +- never point the demo at production +- reset demo data before repeating the mutation test +- confirm the client is connecting through the OhMyDB proxy port +- keep backups and normal database safeguards in place ## Start OhMyDB ohmydb --version