Packages
Node: npm install @sqliteai/sqlite-sync-dev
WASM: npm install @sqliteai/sqlite-wasm@dev
React Native: npm install @sqliteai/sqlite-sync-react-native
Expo: npm install @sqliteai/sqlite-sync-expo-dev
Android: ai.sqlite:sync.dev:0.9.110
Swift: Installation Guide
What's Changed
- fix(schema_hash): build normalized schema string using only column name (lowercase), type (SQLite affinity), pk flag by @andinux in #5
- Fix/bind column value parameters also if null by @andinux in #6
- Added the ability to perform a perform a sync only if a column expression is satisfied by @andinux in #7
- release version 0.9.110 by @andinux in #8
Full Changelog: 0.9.101...0.9.110