CGO-free sqlite #53
MarketDataApp
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
As it says in the top of the readme, you can use whatever driver you want. :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across your library looking for a task-queue for Go that uses sqlite. We're looking to build a data terminal that can be widely released, so for our use case it would be interesting if this could work with https://pkg.go.dev/modernc.org/sqlite as this does not require CGO for cross-compilation. It would make the build process & release process easier.
I like your focus on sqlite and we may end up using your package.
Beta Was this translation helpful? Give feedback.
All reactions