Gabriel Lucena
Explore posts from serversDTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
I have an in-memory sqlite database:
and I'm having trouble running migrations on that database
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 5/31/2024 in #help
Help querying D1 with Drizzle
I was able to run migrations with this
drizzle.config.ts
:
but I'm not sure how to connect with the database to run queries on it, one previous example I've used with RDS was:
does anyone knows how can I do the same but with D1?9 replies
How can I add React to SST's TRPC example?
SST recently release an example on how to deploy TRCP to AWS, it's pretty cool!
but I'm wondering how can I add react to it's client so I have both worlds:
Repo: https://github.com/sst/ion/blob/dev/examples/aws-trpc/client.ts
Docs: https://ion.sst.dev/docs/start/aws/trpc/
4 replies
DTDrizzle Team
•Created by Gabriel Lucena on 1/20/2024 in #help
help with drizzle-zod with jsonb column
4 replies