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

enhance: replace cgo implements sqlite persistence driver with pure-go implements sqlite driver #673

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gqcn
Copy link

@gqcn gqcn commented Apr 11, 2024

Replace cgo implements sqlite driver github.com/mattn/go-sqlite3 with pure-go implements sqlite driver github.com/glebarez/go-sqlite.

Proposed Changes:

  • pkg/util/persistence/driver

Which issue(s) this PR fixes:

No fix, but an enhancement.

Additional documentation:

The cgo driver is ugly, that makes cross-building complicated.

@gqcn
Copy link
Author

gqcn commented Apr 11, 2024

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

Successfully merging this pull request may close these issues.

None yet

1 participant