quiet-anteater-9502
quiet-anteater-9502
Explore posts from servers
TtRPC
Created by quiet-anteater-9502 on 4/27/2024 in #❓-help
Is there a way to use TRPC React Query Integration with Nanostores instead of the Context API?
Right now I am wrapping each of my React Islands in a separate context provider. I don't think that's scalable.
3 replies
DTDrizzle Team
Created by quiet-anteater-9502 on 3/29/2024 in #help
How do I use the sql operator with better-sqlite3?
Ok, I figured it out, you can execute it by passing the sql as an argument to the db.all() function. Like, "db.all(sqlquery)".
2 replies