powersync-ja / powersync.dart

SDK that enables local-first and real-time reactive apps with embedded SQLite for Flutter/Dart clients
https://www.powersync.com
133 stars 18 forks source link

Feat: PowerSync encryption with SQLCipher #194

Closed mugikhan closed 6 days ago

mugikhan commented 1 month ago

Description

This enables the use of database encryption with SQLCipher. It also includes a refactor into two new packages, powersync_core (Dart only) and powersync_sqlcipher in order to achieve this. powersync_core includes all of the original powersync setup and functionality and exports it for the other packages to use.

TODO