Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 11:44
0ad3517
  • 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.