> > is there (or is somebody working on) a pure-go implementation of sqlite ? > or at least a subset of it, to be able to read sqlite files ? > > -s > > PS: I know about the (by now) canonical implementations > (mattn/go-sqlite and others) but a completely go-based solution would > facilitate deployment and development across devs machines... >
sqlite is a bit of a special case, because the C implementation IS sqlite, they have a very stable development and testing setup and my trust in sqlite is basically trust in the developers of the C code. I don't see the advantage of having a Go implementation, expect for the sake of Go purity... Can you elaborate a little bit on the motivation? I've been using go-sqlite on both amd64 and arm64 with absolutely no problem. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/4a05f73f-8915-419d-b9cd-459d41e2e485o%40googlegroups.com.
