More info:
www.fluttercon.dev/speakers/si...
@powersync.com.bsky.social
Sync engine for keeping backend databases in sync with in-app SQLite. Postgres | MongoDB | MySQL (alpha) ๐๐ฟ๐ฌ ยซ-ยป ๐ชถ
More info:
www.fluttercon.dev/speakers/si...
Simon Binder will be in action again at Fluttercon Europe in September, talking about
๐๐๐ข๐ฅ๐ก๐๐ง ๐จ๐ฉ๐๐ฉ๐ ๐ข๐๐ฃ๐๐๐๐ข๐๐ฃ๐ฉ ๐ฌ๐๐ฉ๐ ๐ฟ๐๐ง๐ฉ ๐ค๐ฃ ๐ฉ๐๐ ๐จ๐๐ง๐ซ๐๐ง ๐๐ฃ๐ ๐จ๐ฎ๐ฃ๐๐๐ ๐๐๐ฉ๐๐๐๐จ๐๐จ
๐ ๐ช๐บ
Release notes:
releases.powersync.com/announcemen...
๐๐ฒ๐๐ฎ ๐ฟ๐ฒ๐น๐ฒ๐ฎ๐๐ฒ: Node.js Client SDK
After shipping a bunch of improvements and bug fixes, we're now confident the SDK is ready for production use (once youโve tested your use cases), so weโre bumping it to beta.
npm install @powersync/node
cc: @nodejs.orgโฌ
Release notes:
releases.powersync.com/announcemen...
PowerSync applications are now compatible with @Expo.dev Go!
Weโve released a pure JavaScript SQLite adapter for our React Native SDK, @powersync/adapter-sql-js, which works in sandboxed environments like Expo Go by using our custom fork of SQL.js.
His talk:
www.youtube.com/watch?v=xUN...
Simon Binder reflects on Fluttercon USA 2025 in New York
"At a previous Fluttercon I attended, I had the impression that there were relatively few intermediate and advanced talks, so it was good to see more variance this time. "
Link next โ
CC: @flutter.devโฌ
Release Notes
releases.powersync.com/announcemen...
๐ก๐ฒ๐ ๐ฅ๐ฒ๐น๐ฒ๐ฎ๐๐ฒ: Incremental & DifferentialโฏWatchโฏQueries for JavaScript ๐
Build snappier UIs w/o excessive re-renders.
โข ๐๐ป๐ฐ๐ฟ๐ฒ๐บ๐ฒ๐ป๐๐ฎ๐น ๐พ๐๐ฒ๐ฟ๐ถ๐ฒ๐: return results only when the rows you care about change.
โข ๐๐ถ๐ณ๐ณ๐ฒ๐ฟ๐ฒ๐ป๐๐ถ๐ฎ๐น ๐พ๐๐ฒ๐ฟ๐ถ๐ฒ๐: sends a structured diff of updates so you make more fine-grained UI patches.
Release notes:
releases.powersync.com/announcemen...
Now available in:
โข JS (Web 1.24.0, RN 1.23.0, Node 0.8.0)
โข Dart 1.15.0
โข Kotlin & Swift 1.3.0
Requires our new Rust-based sync client.
๐งช Experimental โ weโd love your feedback in Discord!
To use this:
1. Manually create SQLite tables
2. Define SQL for mapping synced JSON โ tables
3. Define triggers to send local changes back to PowerSync
Docs include full examples.
๐จ Experimental Feature: Raw SQLite Tables
Go beyond JSON-based SQLite views, to native tables for:
โข Foreign keys & cascading deletes
โข Custom indexes & triggers
โข Faster complex queries
โข Less JSON overhead
The kind of work no one seesโฆ but everything depends on ๐งน
โ
Core of @fitwoody.camp fully rewritten
โ
Swift 6 + modern concurrency
โ
Own backend: @supabase.com + @powersync.com
โ
Goodbye to 1.0โs technical debt
Not flashy work, but itโs what holds everything together.
Now the fun๐ฅ #buildinpublic
We're trying something new for our June newsletter ๐
Inspired by Fly[dot]io, we're sharing more about the engineering reasoning behind our latest product updates.
Read about implementing sync logic in Rust, multiple improvements to our server-side sync service, our .NET MAUI package and more.
Release notes:
releases.powersync.com/announcemen...
๐ฃ ๐ก๐ฒ๐ ๐ฟ๐ฒ๐น๐ฒ๐ฎ๐๐ฒ: Email alerts for PowerSync Cloud instances.
No need to babysit the dashboard โ get notified when replication or DB connection problems occur.
Available on all plans.
Pro/Team/Enterprise users still get webhooks too.
Release notes:
releases.powersync.com/announcemen...
๐๐๐ป๐ป๐ผ๐๐ป๐ฐ๐ถ๐ป๐ด: PowerSync for .NET MAUI (Alpha)!
Add real-time synced SQLite to your cross-platform MAUI apps โ Android, iOS & Windows.
Demo:
We've been writing developer documentation for over a decade.
It has not always gone smoothly.
Read about our journey and advice.
(just use @mintlify.bsky.social)
Local-first software is quietly becoming the norm. Apple's new Foundation Models framework lets developers build AI that runs entirely on your device - no cloud required.
#LocalFirst #PrivacyByDesign #DataSovereignty #AppleIntelligence #TechPrivacy
Happening today at #ftcon25usa!
25.06.2025 13:13 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐ก๐ฒ๐ ๐ฟ๐ฒ๐น๐ฒ๐ฎ๐๐ฒ: v0.4.0 of the our #SQLite extension introduces a new sync client which significantly improves sync performance โ especially with large datasets.
This brings smoother UI interactions during large sync operations (esp. on React Native). This lays the foundation for BLOB column support.
It seems that most companies developing local-first solutions (sync engines) are gearing their products toward integration with any backend, even with traditional REST APIs. Thatโs a good thing. ๐
#localfirst
๐ ๐
github.com/powersync-j...