Hello all! Welcome to the 2nd issue of this SQLite newsletter. Big thanks to all of you who have subscribed, and I hope you find inspiration in this issue!
As a reminder - this is a newsletter created by Alex Garcia about SQLite - new tools, guides, best practices, and other stuff. There is at most 1 email per week, with many gaps in between.
This week: sqlite-html, an extension for querying, parsing, and generating HTML, all in SQLite!
It's written in Go, made possible with Riyaz Ali's SQLite Go library. The code required to write such extension is very short and easily compiles to a shared library with go build -buildmode=c-shared
. Definitely recommend!