SQLite migrations are not being applied
First time using SQLite and drizzleORM, so forgive me if this is a stupid question. I've been trying to set this up for an hour now.
I have installed drizzleORM and drizzle-kit, I've added the setup from the docs and I have ran my first migration with
I get an error when I try query the
I have installed drizzleORM and drizzle-kit, I've added the setup from the docs and I have ran my first migration with
drizzle-kit generate:sqlite. I have a db file in my root and folder with the migration that creates a users table.I get an error when I try query the
users table, saying it does not exist.