/typescript-orm-db-testing

POC for using Drizzle ORM with TypeScript

Primary LanguageTypeScript

Typescript ORM DB testing

Pre-requisites

Getting started

  1. Navigate into desired package within packages/
  2. npm/bun install
  3. npm/bun run test
Bun can run TS files directly without the need for ts-node. e.g. bun src/index.ts