Help querying D1 with Drizzle
I was able to run migrations with this
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?
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?