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

[extension/db_storage] Replace mattn/go-sqlite3 with glebarez/go-sqlite #36389

Closed
wants to merge 1 commit into from

Conversation

thiha-min-thant
Copy link

Description

This PR replaces the mattn/go-sqlite3 dependency with glebarez/go-sqlite for SQLite database storage.

The motivation for this change stems from the need for a pure Go SQLite implementation to simplify cross-platform compatibility by eliminating the dependency on CGO. Both modernc.org/sqlite and glebarez/go-sqlite offer pure Go SQLite drivers, but the reason glebarez/go-sqlite exists is explained in glebarez/go-sqlite#96.

Link to tracking issue

Fixes #35280

Testing

  • Validated that all existing database functionality works seamlessly with glebarez/go-sqlite.

Documentation

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Nov 30, 2024
@thiha-min-thant
Copy link
Author

Hi @atoulme and @dmitryax , could you PTAL this PR? Thanks!

@github-actions github-actions bot removed the Stale label Dec 1, 2024
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 16, 2024
Copy link
Contributor

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[extension/db_storage] Replace github.com/mattn/go-sqlite3 with a non-CGO alternative
2 participants