From 5a768e927098ae64d4adc443bcec4e5ada64f036 Mon Sep 17 00:00:00 2001 From: Stuart Axelbrooke Date: Mon, 24 Nov 2025 19:55:34 +0800 Subject: [PATCH] add a narrative doc for why not sql backend (todo) --- docs/narrative/why-not-sql-backend.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/narrative/why-not-sql-backend.md diff --git a/docs/narrative/why-not-sql-backend.md b/docs/narrative/why-not-sql-backend.md new file mode 100644 index 0000000..a44ede6 --- /dev/null +++ b/docs/narrative/why-not-sql-backend.md @@ -0,0 +1,4 @@ + +If you look at the collection of state machines, objects, and state transitions that make up databuild, its tempting to ask, should this be implemented by a SQL database instead with constraint checks and foreign keys? + +TODO