Unable to insert rows when using libsql
hey, i am using libsql on my local environment with drizzle but i am unable to insert anything in the database.
the promises seem to be broken. i am on the latest drizzle orm and kit version.
here is the code to reproduce:
my drizzle client code looks like this:
and i am basically using websockets with the help of turso for local development.
thanks!
1 Reply
Probably already answered, but you're missing
.run()
at the end of your query