Skip to content

Files

Latest commit

b029624 · Jan 7, 2025

History

History
This branch is 85 commits behind powersync-ja/powersync-kotlin:main.

connectors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 7, 2025
Sep 24, 2024

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.