timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.44k stars 76 forks source link

Drizzle Studio requires newer version of drizzle-kit #161

Open TomasSestak opened 2 months ago

soyosef commented 4 weeks ago

Solved by updating drizzle-kit and drizzle-orm: $ cd packages/api/ $ bun add drizzle-kit@latest -D $ bun add drizzle-orm@latest

And following steps in: https://orm.drizzle.team/learn/guides/d1-http-with-drizzle-kit

Also, change in packages/package.json scripts: "generate": "drizzle-kit generate --dialect sqlite --schema=./src/db/schema.ts --out=./migrations",