PowerSync
@powersync_
Sync engine for keeping backend databases in sync with in-app SQLite. Postgres | MongoDB | MySQL (alpha) 🐘🌿🐬 «-» 🪶
Very well said, couldn't agree more 👏 This is exactly what we're championing.
So much FE complexity is state management, loading/error states, talking to APIs, and CRUD. Feels like over 50% of most app code is this stuff. It's not fun, it's full of bugs, and its not where the joy of product development is. There needs to be a complete paradigm shift here.…
you can use powersync to run an sqlite db locally in the user's browser. your app reads/writes to the local sqlite db and powersync handles syncing the data to the remote db in your backend.
We initially built PowerSync to be schemaless under the hood so that developers don't need to deal with client-side migrations. This worked well for most users (in fact, most probably don't even know they're working with views and not tables). However, using views instead of…
🚨 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
🧵 React Native vs Tauri vs Capacitor (And What I Actually Chose) — 2025 Edition I’m building a consumer SaaS app at the intersection of AI + therapy. Mobile-first and desktop-ready. Sounds simple. It wasn’t. Let’s talk stack 👇 My stack had to: - Run on iOS, Android, Web -…
Great news! We can, once again, support Supabase auth without requiring users to enter their Supabase JWT secret into their PowerSync config.
Introducing JWT Signing keys to securely and scalably handle JWT verifications on your app! We are also replacing the anon and service role keys with publishable and secret keys, enabling developers to easily rotate keys and making the keys themselves shorter.
"Should my web app use a sync engine?" If your web app would benefit from caching, live queries, retries, instantaneous UX, offline support, streamlined state, then the real question is... "Why *wouldn't* I use a sync engine?"
We just got our PowerSync #dotnetmaui alpha release out the door! It's wild how simple it was to add this support with the built-in build tools available in the #Dotnet ecosystem 🚀 Would love feedback from anyone who tries it out! github.com/powersync-ja/p…
Confirmed that @powersync_ is fully compatible with @PlanetScale Postgres 🥳 Thanks to the team for providing us with early access. Will get docs out tomorrow but it's a stock standard setup.