Code I used: https://github.com/GoreNetwork/learning_scrap_work/blob/master/dolt_git_db/work_with_dolt_db.py
Dolt is a mix of git and SQL. I view this as super useful for small projects where reverting changes in a database might not be the best plan. Or when you are trying new things with the data in the database, or any other time rebuilding the database from backup or scratch isn't really an option
I got started with this video overview of the setup: https://www.youtube.com/watch?v=vWBEn1bfyoc however it didn't deal with accessing the DB via python, which I found abit of a pain to setup.
Download
0 formats
No download links available.
Dolt (git and SQL's love child) Intro with python access to the database | NatokHD