Added "git for data" tag to readme

This commit is contained in:
Zach Musgrave
2020-02-20 10:17:37 -08:00
committed by GitHub
parent fcca3297ad
commit 841c1bc89c

View File

@@ -1,5 +1,7 @@
## Dolt
Dolt is Git for data!
Dolt is a relational database, i.e. it has tables, and you can execute SQL queries against those tables. It also has version control primitives that operate at the level of table cell. Thus Dolt is a database that supports fine grained value-wise version control, where all changes to data and schema are stored in commit log.
It is inspired by RDBMS and Git, and attempts to blend concepts about both in a manner that allows users to better manage, distribute, and collaborate on, data.