Skip to content

Commit 9ef2241

Browse files
authored
Merge pull request #140 from powersync-ja/drift-readme
Update Drift Demo Readme
2 parents d9168fd + 3e9659d commit 9ef2241

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

demos/supabase-todolist-drift/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PowerSync + Supabase + Drift Flutter Demo: Todo List App
22

3-
Demo app demonstrating use of the PowerSync SDK for Flutter together with Supabase. For a step-by-step guide, see [here](https://docs.powersync.com/integration-guides/supabase).
3+
This demo app is an extension of the [Supabase Todo List App](../supabase-todolist/README.md) and showcases how to set up and use the [drift_sqlite_async](https://pub.dev/packages/drift_sqlite_async) library (Drift ORM) with PowerSync.
4+
5+
Notes about the Drift usage are [further below](#drift).
46

57
# Running the app
68

@@ -14,6 +16,8 @@ Ensure you have [melos](https://melos.invertase.dev/~melos-latest/getting-starte
1416

1517
# Set up Supabase Project
1618

19+
Detailed instructions for integrating PowerSync with Supabase can be found in [the integration guide](https://docs.powersync.com/integration-guides/supabase). Below are the main steps required to get this demo running.
20+
1721
Create a new Supabase project, and paste an run the contents of [database.sql](./database.sql) in the Supabase SQL editor.
1822

1923
It does the following:

0 commit comments

Comments
 (0)