Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-CGO SQLite #65

Closed
jolheiser opened this issue Jun 16, 2023 · 1 comment
Closed

Non-CGO SQLite #65

jolheiser opened this issue Jun 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jolheiser
Copy link
Contributor

I am making an issue in case you are interested, but also in case anyone else is interested.

I have changes in a branch that use the non-CGO version of SQLite, which just makes cross-compilation a bit easier at the cost of some performance (whether it is significant or not may be subjective).

At least for me it's worth it to not have to deal with CGO. If you use docker it's probably a mostly moot point, so YMMV.


If you are interested and/or want to allow both, that could potentially also work with some build tag tricks.

@thomiceli thomiceli added the enhancement New feature or request label Jun 25, 2023
@thomiceli
Copy link
Owner

It could be interesting to have both I guess, choosing which one you want to use at compile time.
As long it's not exhausting to maintain in the long run...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants