You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added "Views and Components" to generate command. This scaffolds UI (using shadcn-ui) to perform basic CRUD operations (fully typesafe with client-side validations thanks to react-hook-form and zod)
Transitioned from native "spawn" to "execa" to hopefully resolve issues installing packages across different platforms
Removed input asking for database_url from drizzle add command. Instead, a generic database_url will be added to the .env depending on the db driver in use
Added toggle to choose whether to include example schema at first install of drizzle