solid-dexie icon indicating copy to clipboard operation
solid-dexie copied to clipboard

Example is broken

Open gsovereignty opened this issue 1 year ago • 1 comments

Looks like you need to import Dexie first or something?

All I get is db is not defined.

Do you have any projects that are using this library so I can see an example?

gsovereignty avatar Mar 14 '23 07:03 gsovereignty

Yes @gsovereignty , you need to also install dexie and setup your db (see db-fixture.ts file), this is just a solidjs wrapper for creating reactive live queries.

paxee avatar Jun 29 '24 13:06 paxee