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
pnpm db:create # create local sqlite db in .wrangler/
pnpm db:generate # create schemas/migrations as needed
pnpm db:migrate # run migrations on local sqlite db
pnpm db:seed # create a test user
pnpm db:destroy # reset local sqlite db
pnpm db:open # open/use DB Browser for sqlite