stevensJourney

Results 9 issues of stevensJourney

This PR tracks the alpha release for web support. The next release includes changes from: - https://github.com/powersync-ja/sqlite_async.dart/pull/25

# Work done This updates the React Native Supabase todolist application to Expo 51. ## Notes The new Architecture was tested. This is currently not yet supported by `@journeyapps/react-native-quick-sqlite` due...

This tracks the alpha release of Web support. PR includes changes from: - https://github.com/powersync-ja/powersync.dart/pull/56 - https://github.com/powersync-ja/powersync.dart/pull/62

Allows for not managing closing of the WebSocket server externally from the ServerCloseable. ### Motivation: In my use case I provide an existing WebSocket server using the `wsCreator` factory. This...

1.0
needs triage

This fixes some potential unhandled exceptions in `rsocket-websocket-server` relating to the underlying WebSocket `readyState` and deserialisation of invalid frames. ### Motivation: I've noticed intermittent unhandled exceptions for the errors below:...

1.0
needs triage

# Overview This adds some very basic checks for invalid options to the `PowerSyncDatabase` constructor. JavaScript users might incorrectly supply required options or fail to supply them at all. This...

# Overview This adds a CommonJS export for the `@powersync/kysely-driver` package. Previously only a ESM export was provided. React Native typically transpiles `import` statements to `require` statements, but this might...

# Overview This sets the WebSocket connection method to the default option when connecting to a PowerSync instance. Calls to ```Javascript powersync.connect(connector) ``` Will now use WebSockets. HTTP streams can...

# Overview This updates WA-SQLite to the latest version. Related PR: https://github.com/powersync-ja/wa-sqlite/pull/13