Convenience implementations of backend connectors that provide the connection between your application backend and the PowerSync managed database.
It is used to:
- Retrieve a token to connect to the PowerSync service.
- Apply local changes on your backend application server (and from there, to your backend database).
A basic implementation of a PowerSync Backend Connector for Supabase, that serves as getting started example.
See a step-by-step tutorial for connecting to Supabase, here.