#PowerSync
Local SQLite w/ PowerSync can speed up performance and improve UX of Electron apps.

But should PowerSync live in Electron's main or renderer process?

With both Node.js and web SDKs available, it's up to you!
November 17, 2025 at 5:23 PM
𝗡𝗲𝘄 𝗿𝗲𝗹𝗲𝗮𝘀𝗲: @tanstack.com DB x PowerSync 🌴 🔥

The @tanstack/powersync-db-collection brings offline persistence, realtime multi-tab + backend sync, and automatic conflict resolution to TanStack DB.

And you get TanStack DB’s super reactive client-store and query engine!
November 14, 2025 at 7:45 PM
Designed for your existing REST, GraphQL, or tRPC APIs. No backend migration.

Bonus: Works with sync engines (@electric-sql.com, Trailbase, PowerSync) for real-time updates with near-zero incremental network cost.
November 12, 2025 at 10:10 PM
Introducing our Capacitor JS SDK (Alpha) 🎉

It extends the PowerSync Web SDK so you can use the same APIs in Capacitor apps (iOS, Android, web), while adding native SQLite support for stronger persistence and performance on mobile platforms.
November 4, 2025 at 1:16 PM
If anyone has production experience with tools like #ElectricSQL or #PowerSync, I'd love to talk about your experiences!
October 27, 2025 at 1:42 PM
🚀 Drift 2.29.0 is here!

• Ordered columns in @ TableIndex
• externalExecutor for external transactions
• insertFromSelect batch inserts
• known_tables option + PowerSync support
• Devtools DB export

🔗 github.com/simolus3/dri...

#Flutter #FlutterDev #Dart #Drift #Database
Release Drift 2.29.0 · simolus3/drift
Query builder Allow specifying ordering for columns in @TableIndex annotation. Add DelegatedDatabase.externalExecutor, allowing transactions started externally to be used with drift. Add Batch.ins...
github.com
October 20, 2025 at 6:17 PM
Marcus Pousette built a PowerSync + Supabase React app w/ E2EE:

"Messages & rooms are stored as encrypted rows; mirrors expose the plaintext needed for UI. I used PowerSync’s differential watch to feed the chat, because it tells you exactly what changed rather than re‑emitting whole result sets."
October 16, 2025 at 4:32 PM
🔨 𝗡𝗲𝘄 𝗽𝗿𝗼𝗽𝗼𝘀𝗮𝗹: Bucket data on object storage github.com/powersync-j...
[Proposal] Bucket data on object storage · powersync-ja powersync-service · Discussion #376
Background PowerSync currently syncs all data directly via either an HTTP stream, or a WebSocket connection. This proposal specifies an optional addition in the protocol, to allow syncing bulk data...
github.com
October 15, 2025 at 4:05 PM
"In this post, I’ll be making my case that Supabase + PowerSync is one of the best stacks on the market for building offline-first web and mobile apps."

@k081e.bsky.social

www.powersync.com/blog/offlin...
Offline-First Apps Made Simple: Supabase + PowerSync
In this post, I’ll be making my case that Supabase + PowerSync is one of the best stacks on the market for building offline-first web and mobile apps.
www.powersync.com
October 13, 2025 at 12:42 PM
"September is a shoulder season in many parts of the world, and that aligns with a big upgrade coming to the heart of PowerSync — 𝗦𝘆𝗻𝗰 𝗦𝘁𝗿𝗲𝗮𝗺𝘀, an evolution of our current Sync Rules system..."

Read more in our September newsletter:

www.powersync.com/blog/produc...
Product Update: September 2025
September is a shoulder season in many parts of the world, and that aligns with a big upgrade coming to the heart of PowerSync — Sync Streams, an evolution of our current Sync Rules system.
www.powersync.com
October 9, 2025 at 3:25 PM
Conrad (@powersync.com) covers one of our favorite topics: SQLite, and the latest on using it in your client-side web app.

PowerSync has written many excellent blog posts going deep on SQLite for the web, expect to see that expertise on display in this talk.
October 7, 2025 at 3:16 PM
It's an exciting time for client-side data stores.

PowerSync integrates with:

@tinybase.bsky.social
@drizzle.team
@kysely.dev
Drift
SQLDelight
Room

If you need support for something else, let us know!
October 3, 2025 at 2:02 PM
So, when a user inserts some characters, formats a range of text, etc., their client inserts a row containing that update (as arbitrary JSON) into their local PowerSync table.

Eventually, those rows reach the backend database which assigns them an auto-incrementing server_version.

...
October 1, 2025 at 1:15 PM
New demo: Collaborative text editing with @tiptap.dev over PowerSync, *without* CRDTs or OT ✨

"Instead of trying to 'fit' collaborative text into a database table, we merely record the log of all updates to the text.

...
October 1, 2025 at 1:15 PM
When self-hosting PowerSync, you can use @supabase.com as both your source database (source of truth) and your "bucket storage" database (where PowerSync stores operation history etc).

The result is a fairly simple topology:
September 22, 2025 at 4:49 PM
🌟 Full Time design position!

UI/UX Designer needed at PowerSync
🌍 Remote South Africa
💪 Build products users will love

Apply today: https://uiuxjobsboard.com/job/1220225-remote-south-africa-ui-ux-designer

#design #ux #jobs #tech
Remote UI/UX Designer at PowerSync in South Africa
PowerSync is hiring a remote UI/UX Designer in South Africa (September 2025). PowerSync is a fast-growing sync engine that empowers app developers to bui
uiuxjobsboard.com
September 19, 2025 at 8:01 PM
For @kotlinlang.org developers – PowerSync now supports integrations for SQLDelight (beta) and Room (alpha).

Why use these libraries?
• compile-time validation of queries
• automatic mapping into typed classes

This makes writing SQL queries and parsing results on the client safer.
September 19, 2025 at 4:02 PM
🎯 Career-defining opportunity!

PowerSync is seeking a passionate UI/UX Designer in Remote South Africa. Work on projects that matter and grow with an amazing team.

Don't miss out: https://uiuxjobsboard.com/job/1220225-remote-south-africa-ui-ux-designer

#design #careers #techjobs
Remote UI/UX Designer at PowerSync in South Africa
PowerSync is hiring a remote UI/UX Designer in South Africa (September 2025). PowerSync is a fast-growing sync engine that empowers app developers to bui
uiuxjobsboard.com
September 18, 2025 at 9:00 AM
📢 PowerSync is #hiring a UI/UX Designer!

Remote South Africa
⏰ Full Time

🔗 http://jbs.ink/cfRCa2r8yAi1

#jobalert #jobsearch #design
September 17, 2025 at 9:08 AM
To reduce duplication and improve performance, we built a new Rust client for the PowerSync SDKs: we expanded our existing custom SQLite extension written in Rust to include a client state machine for the PowerSync protocol. 🧵
September 17, 2025 at 9:02 AM
We’ve published a new long-form video on setting up a Swift app with PowerSync 🎉

www.youtube.com/watch?v=GYQ...
Setting up a Swift app with PowerSync
How to create a Swift multiplatform app using PowerSync for synced in-app SQLite. Uses Supabase as the backend database.00:00 Intro00:41 Implementing counter...
www.youtube.com
September 16, 2025 at 12:26 PM
💡 Ready to make an impact? PowerSync is looking for a talented UI/UX Designer in Remote South Africa!

Apply now: https://uiuxjobsboard.com/job/1220225-remote-south-africa-ui-ux-designer

#uxdesign #productdesign #techjobs
Remote UI/UX Designer at PowerSync in South Africa
PowerSync is hiring a remote UI/UX Designer in South Africa (September 2025). PowerSync is a fast-growing sync engine that empowers app developers to bui
uiuxjobsboard.com
September 16, 2025 at 12:00 PM
Is it possible to synchronize this using Powersync (without adding the ID to the table)? I would only do it for the last resource.
September 11, 2025 at 7:21 PM