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
9 changes: 9 additions & 0 deletions docs/DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading