Skip to content

Latest commit

 

History

History

connectors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.