mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-07 03:09:05 -06:00
Update README.md
This commit is contained in:
@@ -24,7 +24,7 @@ Unlike Git, Noms is a database, so it also:
|
||||
|
||||
Finally, because Noms is content-addressed, it yields a very pleasant programming model.
|
||||
|
||||
Working with Noms is ***declarative***. You don't `INSERT` new data, `UPDATE` existing data, or `DELETE` old data. You simply *declare* what the data ought to be right now. Noms figures out how to translate those assertions into physical updates.
|
||||
Working with Noms is ***declarative***. You don't `INSERT` new data, `UPDATE` existing data, or `DELETE` old data. You simply *declare* what the data ought to be right now. If you commit the same data twice, it will be deduplicated because of content-addressing. If you commit _almost_ the same data, only the part that is different will be written.
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user