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

Use native assets experiment to compile sqlite3 #185

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

simolus3
Copy link
Owner

@simolus3 simolus3 commented Sep 28, 2023

Use the --native-assets experiment to compile sqlite3 without using platform-specific build scripts (like sqlite3_flutter_libs).

We still need to support downloading sqlite3 from an URL as a build mode. It would also be nice to be able to pass additional compile flags or remove to some of the OMITs we're applying.

Another todo: We're now able to avoid some of the copies when binding blobs and strings by directly passing the list.

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.

1 participant