You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove internal SQLDelight and SQLiter dependencies.
Add rawConnection getter to ConnectionContext, which is a SQLiteConnection instance from androidx.sqlite that can be used to step through statements in a custom way.
Fix an issue where watch() would run queries more often than intended.
Add an integration for the Room database library (readme).
Add the com.powersync:integration-sqldelight module providing a SQLDelight driver based on open PowerSync instances. See the readme for details.