Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 647 Bytes

PowerSync Backend Connectors

Convenience implementations of backend connectors that provide the connection between your application backend and the PowerSync managed database.

It is used to:

  1. Retrieve a token to connect to the PowerSync service.
  2. Apply local changes on your backend application server (and from there, to your backend database).

Provided Connectors

Supabase (Postgres)

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.