-
Notifications
You must be signed in to change notification settings - Fork 11
[Feature] Web Support #26
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial support for web platform
Return SqliteConnection from open factory for web
* Fix Mutexed reuse in alpha
* chore: merge master * chore: fix lint issue * chore: add version update * fix: changelog --------- Co-authored-by: DominicGBauer <[email protected]>
[Chore] Update Alpha with Master
* chore: bump versions
* Prototype for impl with sqlite3_web package * Support locks in shared worker * Implement autocommit * Fix more web tests * update items * add note for broken close call * update dart sdk for test * update sqlite_web package * js dev dependency. remove web locks * add export for sqlite3_web * added test for deleting of data on close * update sqlite3_web package * use getSourceTables test for both web and native * use defined testUtils for generateSourceTableTests * comment * fix late initialization error * export wasm * Custom requests for executing in transactions (#46) * Custom requests for execute in transactions * Clean up js to dart * remove requirement for checking SQL statements when checking autocommit --------- Co-authored-by: Steven Ontong <[email protected]> * added comments --------- Co-authored-by: Simon Binder <[email protected]> Co-authored-by: Mughees Khan <[email protected]>
* Bump version * Update test workflow minimum dart sdk
rkistner
reviewed
Jul 4, 2024
Will bump versions after approval |
rkistner
approved these changes
Jul 4, 2024
rkistner
approved these changes
Jul 4, 2024
benitav
approved these changes
Jul 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This adds Web support to the stable
sqlite_async
package.The use of Web support inside the package is still in a beta release.
Native operations should not be affected by these changes.