Skip to content

Instantly share code, notes, and snippets.

@prpatel
Created May 19, 2026 14:01
Show Gist options
  • Select an option

  • Save prpatel/ee3633f4850d51eff3033ebde8bc6ff2 to your computer and use it in GitHub Desktop.

Select an option

Save prpatel/ee3633f4850d51eff3033ebde8bc6ff2 to your computer and use it in GitHub Desktop.
Building useful AI apps with David - Vueconf 2026
Once youv'e started postgres and before you run the db:reset command, create the table using this SQL from whatever database browser/utility you're using:
CREATE DATABASE vueconf_workshop;
then run:
pnpm run db:reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment