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.
1 parent cda3a55 commit 252bd7fCopy full SHA for 252bd7f
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