DEV Community

Cover image for Dolt - SQL database for Git
shrey vijayvargiya
shrey vijayvargiya

Posted on

Dolt - SQL database for Git

Have you thought of writing git commands on SQL databases?

Create branches, merge, push, pull and version controls functionalities on SQL tables or databases.

We can do it using a new SQL database for git called Dolt.

Here is the youtube shorts of one minute introduction to dolt.
Introduction to Dolt

Let me know what you think of it?

Keep developing
Shrey
iHateReading

Top comments (4)

Collapse
Β 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard β€’

Do you know that the SQLite guys made an alternative to git called fossil and based on SQLite?

Collapse
Β 
shreyvijayvargiya profile image
shrey vijayvargiya β€’

No, I don't know, need to check it. But it's good to witness similar git SQL based products in the market.

Collapse
Β 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard β€’ β€’ Edited

I'm not switching to fossil,
if only just because the git ecosystem is huge,
but I've found this article explaining how git and fossil were born
and why they made different choices
to be very mature and super interesting

fossil-scm.org/home/doc/trunk/www/...

Thread Thread
Β 
shreyvijayvargiya profile image
shrey vijayvargiya β€’

Oh, okay, let me read it. Thanks for sharing