drizzle-team / drizzle-orm-docs

Drizzle ORM documentation website
https://orm.drizzle.team
134 stars 204 forks source link

Add `@types/better-sqlite3` to `get-started-sqlite#better-sqlite3` #216

Open babakfp opened 8 months ago

babakfp commented 8 months ago

TypeScript complains when @types/better-sqlite3 is not installed. Update the guide so people using this library don't deal with the same issue. Example:

pnpm add drizzle-orm better-sqlite3
pnpm add -D drizzle-kit @types/better-sqlite3
deadcoder0904 commented 8 months ago

+1. Just faced the same.