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