Live data from Hacker News

DoltLite: A SQLite fork with Git-style version control, built with 2k agent PRs

dolthub.com

1–10 of 65 posts

Re: DoltLite: A SQLite fork with Git-style version control, built with 2k agent PRs

#4
post #3

I let agents do their things but I would not trust them with my data without extensive validation. A database efforts main product is not exotic data structures but validation.

One of the reasons SQLite was mostly stable over the years was it sand-boxed its closed developer environment, and clearly defined the project scope. While controversial, they did not have to deal with common accountability issues associated with screening anonymous malicious and or incompetent clown PR. =3

https://www.youtube.com/watch?v=T4Upf_B9RLQ

Re: DoltLite: A SQLite fork with Git-style version control, built with 2k agent PRs

#5
So the main feature of this project is that it's easy to fork a database, however it's 1.2x to 4x slower than sqlite, and it's level of testing and validation will be nothing like sqlite.

The simple way to fork a sqlite db is just to copy it, but if that is too slow you could use it with a copy on write filesystem, either something native, a FUSE filesystem, or build a sqlite VFS.

That would probably be faster to build, faster to run, and easier to validate.

Re: DoltLite: A SQLite fork with Git-style version control, built with 2k agent PRs

#9
post #6

Why would I trust my data to a vibe coded database, over a battle tested, tested to hell and back one?

Dolt has been around for 7 years[0]. Doltlite, like most software nowadays, has been touched by LLMs, but dismissing this project as "vibe coded" seems harsh

[0] - https://www.dolthub.com/blog/2019-10-14-dolt-a-simple-exampl...

Post reply on HN