authn-server icon indicating copy to clipboard operation
authn-server copied to clipboard

deps: switch to modernc.org/sqlite for pure go builds

Open AlexCuse opened this issue 9 months ago • 1 comments

For evaluation with #129

Another pure go sqlite client that may be worth considering is https://github.com/glebarez/go-sqlite

AlexCuse avatar Nov 05 '23 15:11 AlexCuse

Note the actual builds are not yet changed to remove CGO dependency. Validated using the docker local build and an additional make target for tests since -race requires running with CGO.

AlexCuse avatar Nov 05 '23 15:11 AlexCuse