We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cda3a55 + 252bd7f commit 2471eddCopy full SHA for 2471edd
demos/react-supabase-todolist/src/components/providers/SystemProvider.tsx
@@ -38,6 +38,8 @@ export const SystemProvider = ({ children }: { children: React.ReactNode }) => {
38
39
connector.init();
40
41
+ // Demo using SQLite Full-Text Search with PowerSync.
42
+ // See https://docs.powersync.com/usage-examples/full-text-search for more details
43
configureFts();
44
45
return () => l?.();
0 commit comments