I worked on a variation of these but written in Go (much easier to contribute to IMO) and near 100% test coverage. SQLean is written in C and does have tests. But the number of functions included in SQLean are not much in my opinion.
But if you aren’t using Go then you wouldn’t be able to use what I worked on.
Love this. Yeah, the sqlite builtins are kind of anemic, and that’s
not a bad thing.
path: parsing and querying paths
Looks like I missed an opportunity to contribute. I’ve been sitting on
a library of pathname parsing functions that I intended to submit, but
somebody beat me to it. The new extension looks more complete than mine anyway.
I’m also glad to see that this moves faster than I do.
I worked on a variation of these but written in Go (much easier to contribute to IMO) and near 100% test coverage. SQLean is written in C and does have tests. But the number of functions included in SQLean are not much in my opinion.
But if you aren’t using Go then you wouldn’t be able to use what I worked on.
https://github.com/multiprocessio/go-sqlite3-stdlib
Love this. Yeah, the sqlite builtins are kind of anemic, and that’s not a bad thing.
Looks like I missed an opportunity to contribute. I’ve been sitting on a library of pathname parsing functions that I intended to submit, but somebody beat me to it. The new extension looks more complete than mine anyway. I’m also glad to see that this moves faster than I do.