Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 515 Bytes

README

Demo repo for using drizzle ORM and drizzle studio using neon with a postgres, serverless db.

drizzle-studio neon

Scripts

  • A scripts/createTodos.ts file to auto genereate a bunch of db records.

Run typescript scripts without have to compile them to javascript using tsx.

Note: Must have "type": "module" in the package.json.

npx tsx ./scripts/<script>.ts to run a script