Unable to build without cgo
Hello, thanks for your hard work on this package! I'm using it to try to avoid a big headache cross-compiling in my CI pipeline (Linux amd64) for arm64 macOS, which is notoriously fickle to cross-compile for with cgo. However it seems this package depends on github.com/mattn/go-sqlite3 for testing purposes, which seems to mean I need cgo after all.
I see #69 (closed) so just wanted to add this real reason here: I use this package only so I don't need cgo, yet this package needs cgo. Is there a way around this?
Thanks!