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

CGo-free port of SQLite/SQLite3. #154

Closed
danvergara opened this issue Apr 27, 2023 · 0 comments · Fixed by #155
Closed

CGo-free port of SQLite/SQLite3. #154

danvergara opened this issue Apr 27, 2023 · 0 comments · Fixed by #155
Assignees
Labels
intermediate Good for intermediate developers kind/enhancement New feature or request

Comments

@danvergara
Copy link
Owner

Is your feature request related to a problem? Please describe.
Maintain two kind of executable files with the only goal to support sqlite is not worth it. The reason to do this is that sqlite3 heavily relies on gcc. We need a alternative.

Describe the solution you'd like
Recently a CGo-free port came out and it's starting to do numbers out there. We should replace the current sqlite driver and only maintain one CGO disabled binary.

@danvergara danvergara added the kind/enhancement New feature or request label Apr 27, 2023
@danvergara danvergara self-assigned this Apr 27, 2023
@danvergara danvergara added the intermediate Good for intermediate developers label Apr 27, 2023
@danvergara danvergara mentioned this issue Apr 30, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
intermediate Good for intermediate developers kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant