drizzle-kit push:sqlite no working
I have been using this command for the past year and it has worked, it also worked about 3 days ago. I have set my drizzle.config.ts file to:
No config path provided, using default path
Reading config file '/Users/XX/Documents/CodeProjects/XX/drizzle.config.ts'
drizzle-kit: v0.20.14
drizzle-orm: v0.30.2
No other output which i know there are schema changes and i have verbose so i should see the commands. I did try updating and using just the drizzle-kit push command, but that just hang on the "pulling schema from database...".
driver: "turso",now when i run i get:
verbose: true,
strict: true,
breakpoints: true,
No config path provided, using default path
Reading config file '/Users/XX/Documents/CodeProjects/XX/drizzle.config.ts'
drizzle-kit: v0.20.14
drizzle-orm: v0.30.2
No other output which i know there are schema changes and i have verbose so i should see the commands. I did try updating and using just the drizzle-kit push command, but that just hang on the "pulling schema from database...".