mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-06 00:39:40 -06:00
Added "git for data" tag to readme
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user