File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You'll need to create a PowerSync account and set up a PowerSync instance. You c
25
25
26
26
` flutter pub add powersync `
27
27
28
- ### Implement a backend connector and initialize the Powersync database
28
+ ### Implement a backend connector and initialize the PowerSync database
29
29
30
30
``` dart
31
31
import 'package:powersync/powersync.dart';
@@ -34,7 +34,7 @@ import 'package:path/path.dart';
34
34
35
35
// Define the schema for the local SQLite database.
36
36
// You can automatically generate this schema based on your sync rules:
37
- // In the Powersync dashboard, right-click on your PowerSync instance and then click "Generate client-side schema"
37
+ // In the PowerSync dashboard, right-click on your PowerSync instance and then click "Generate client-side schema"
38
38
const schema = Schema([
39
39
Table('customers', [Column.text('name'), Column.text('email')])
40
40
]);
You can’t perform that action at this time.
0 commit comments