Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
109 views

Trouble setting up turso database with drizzle ORM

So I have a Create React App (deprecated I know) and a Turso database that I am trying to connect to. My app needs to be able to read and write and I have a function to write that looks like this: &...
Ethan Deardorff's user avatar
1 vote
1 answer
255 views

How to find a module in deno?

I'm trying to follow the documentation on the page: https://orm.drizzle.team/docs/get-started-sqlite In the documentation it has this code snippet: import { drizzle } from 'drizzle-orm/libsql'; ...
sander's user avatar
  • 1,644