DEV Community

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

Posted on

4

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

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay