SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
1–10 of 17 posts
Re: SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
#2Re: SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
#3- sqlite-lines discussion from a few days ago: https://news.ycombinator.com/item?id=32288165
- htmlq, Rust CLI for (like jq but for html): https://github.com/mgdm/htmlq
- The Go library that sqlite-html uses for making runtime-loadable SQLite extensions https://github.com/riyaz-ali/sqlite
- sqlean, a ton of other helpful SQLite extensions (in C): https://github.com/nalgeon/sqlean
Re: SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
#4Hey, author here, happy to answer questions! A few other recent posts/tools that you may be interested in: - sqlite-lines discussion from a few days ago: https://news.ycombinator.com/item?id=32288165 - htmlq, Rust CLI for (like jq but for html): https://github.com/mgdm/htmlq - The Go library that sqlite-html uses for making runtime-loadable SQLite extensions https://github.com/riyaz-ali/sqlite - sqlean, a ton of othe…
Re: SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
#5Hey, author here, happy to answer questions! A few other recent posts/tools that you may be interested in: - sqlite-lines discussion from a few days ago: https://news.ycombinator.com/item?id=32288165 - htmlq, Rust CLI for (like jq but for html): https://github.com/mgdm/htmlq - The Go library that sqlite-html uses for making runtime-loadable SQLite extensions https://github.com/riyaz-ali/sqlite - sqlean, a ton of othe…
The bottom of the README links to a sqlite-http repo but that's just a 404. Is that a private repo?
Re: SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
#6Re: SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
#7Hey, author here, happy to answer questions! A few other recent posts/tools that you may be interested in: - sqlite-lines discussion from a few days ago: https://news.ycombinator.com/item?id=32288165 - htmlq, Rust CLI for (like jq but for html): https://github.com/mgdm/htmlq - The Go library that sqlite-html uses for making runtime-loadable SQLite extensions https://github.com/riyaz-ali/sqlite - sqlean, a ton of othe…
Re: SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
#8I'd love to query HTML in the browser with SQL. I'd really love to join data across websites in the browser.
Re: SQLite-HTML: A SQLite extension for querying, manipulating, and creating HTML
#9Hey, author here, happy to answer questions! A few other recent posts/tools that you may be interested in: - sqlite-lines discussion from a few days ago: https://news.ycombinator.com/item?id=32288165 - htmlq, Rust CLI for (like jq but for html): https://github.com/mgdm/htmlq - The Go library that sqlite-html uses for making runtime-loadable SQLite extensions https://github.com/riyaz-ali/sqlite - sqlean, a ton of othe…
Maybe I'm being dumb, but what's the upside to generating/modifying HTML in SQL as compared to javascript?