DoltLab v0.2.0
dolthub.com
DoltLab v0.2.0
1–10 of 17 posts
Re: DoltLab v0.2.0
#2Re: DoltLab v0.2.0
#3Re: DoltLab v0.2.0
#4Inspired by... but admittedly off-topic... I had recently been wondering how people keep a full auditable history of their data. I've used Hibernate Envers in the past or the now seemingly-defunct Temporal Tables extension for PostgreSQL. What are people using these days? Is DoltLab it, or are there more common solutions?
https://www.dolthub.com/blog/2021-09-17-database-version-con...
Re: DoltLab v0.2.0
#5Re: DoltLab v0.2.0
#6Re: DoltLab v0.2.0
#7- how are shas created?
- assuming you hash the entire diff, can columns be ignored? e.g. timestamps or other "unimportant" data
- do any two insertions into a table "conflict"?
Re: DoltLab v0.2.0
#8Inspired by... but admittedly off-topic... I had recently been wondering how people keep a full auditable history of their data. I've used Hibernate Envers in the past or the now seemingly-defunct Temporal Tables extension for PostgreSQL. What are people using these days? Is DoltLab it, or are there more common solutions?
They wrote a blog about database versioning solutions a little while back, which distinguishes schema vs. data versioning tools. I can't say for sure how comprehensive it is, but presumbly it touches on the more well known solutions. https://www.dolthub.com/blog/2021-09-17-database-version-con...
Re: DoltLab v0.2.0
#9Re: DoltLab v0.2.0
#10If it’s a real product it’s cool, I’ve wanted something like this for a while (currently I just use git repos full of JSON files but this would be better I think).