add a narrative doc for why not sql backend (todo)

This commit is contained in:
Stuart Axelbrooke 2025-11-24 19:55:34 +08:00
parent 26b085a84e
commit 5a768e9270

View file

@ -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