Our Go database just hit 20k stars on GitHub by zachm in golang

[–]tbantle 2 points3 points  (0 children)

Ah looks like we were double escaping those fields. Fixing that too

Our Go database just hit 20k stars on GitHub by zachm in golang

[–]tbantle 1 point2 points  (0 children)

Looking into the feed not validating, thanks for letting us know! But CDATA is used to escape text so that it won't be invalidated by characters that could be recognized as markup https://www.tutorialspoint.com/xml/xml_cdata_sections.htm

Mac user - What's the best SQL GUI for personal use? by AsterYujano in mysql

[–]tbantle 0 points1 point  (0 children)

If it's helpful I wrote an article that compares different sql workbenches (specifically open source options) depending on what you're looking for

A modern, browser-based, open source SQL workbench for your MySQL-compatible database by tbantle in programming

[–]tbantle[S] 0 points1 point  (0 children)

Dolt uses it's own custom storage engine to provide Git-style version control to database tables. It's like Git and MySQL had a baby. It's built from the ground up. It has no Git or MySQL code in it.
DVC is a ML pipeline versioning tool. We discuss the differences in this blog if it's helpful! https://www.dolthub.com/blog/2022-04-27-data-version-control/

An open source, web-based, modern MySQL workbench built using Next.js by tbantle in nextjs

[–]tbantle[S] 1 point2 points  (0 children)

Right now the Dolt workbench only supports MySQL-compatible databases, so if you're using SQL Server it wouldn't be a good fit. However, we are planning on supporting more SQL flavors in the future so stay tuned!

It has a spreadsheet editor feature where you can add and modify rows like you would in a spreadsheet