ctlstore icon indicating copy to clipboard operation
ctlstore copied to clipboard

switch to go-based SQLite driver (colin)

Open erikdw opened this issue 2 years ago • 0 comments

Note This is a resurrection of Colin King's attempt to do this:

  • https://github.com/segmentio/ctlstore/tree/colin-zoomify-sqlite

See Collin Van Dyck's version here: https://github.com/segmentio/ctlstore/pull/129


  • switch from CGO-based driver to Go-based
  • "fix" sqlite watch failures by removing connect hook

Warning For this PR to be viable, we'll need to either:

  • fix that by adding connect hooks with the Go-based sqlite driver somehow -OR-
  • change the build & module import setup to somehow support using the Go-based driver for the library we produce, but the CGO-based library for the ctlstore-reflector and other ctlstore daemons.

erikdw avatar Oct 27 '23 09:10 erikdw