Use the PowerSync library to add an in-app SQLite database to your app that automatically syncs data from Supabase in real-time.
Instead of querying Supabase with a network call, you simply query the local SQLite database which PowerSync keeps in sync with Supabase in the background.
For app end-users, app interactions are instant and they immediately see data changes made by other users. This offline-first (or local-first) architecture means that apps are always available, even when users are offline.
To use the library you need:
Supabase account (free plan available)
PowerSync account (free plan available)
That’s it!
Here’s a link to the marketplace listing.
See our full guide for how to get up and running.
💡 Let us know if you're planning to use it or if you have any questions below!