Migrations against Local Turso
I am currently running a local Turso instance with
turso dev
. How do I go about seeding it with drizzle-kit
?
Here's my config so far: When I run drizzle-kit push
, I get LibsqlError: SQL_INPUT_ERROR: SQL input error: no such column: value (at offset 121)
, whether or not the migrations
directory exists. My credentials do seem to be fine, as the ORM appears to connect fine at runtime.
Just tested, this also happens when running against a remote Turso DB too0 Replies