Chris Estreich 91178628aa Evals enhancements: delete runs, show all run instead of just completed runs (#2520) 10 months ago
..
drizzle 6ab9aa9f15 Control evals concurrency in web app (#2265) 10 months ago
scripts 4e716263d0 Add a script to copy eval run results to Turso (#2452) 10 months ago
src 91178628aa Evals enhancements: delete runs, show all run instead of just completed runs (#2520) 10 months ago
README.md e050043e58 Typos + promisify exec calls (#2243) 11 months ago
drizzle.config.ts 2eba534dd6 Evals fixes (#2505) 10 months ago
eslint.config.mjs d15f813514 Evals (#2238) 11 months ago
package.json 4e716263d0 Add a script to copy eval run results to Turso (#2452) 10 months ago
tsconfig.json d15f813514 Evals (#2238) 11 months ago

README.md

Running Migrations

Update src/schema.ts as needed, and then run:

pnpm db:generate

Inspect the sql in the migration file added to drizzle/.

If it looks okay, then run:

pnpm db:migrate