drizzle-team / drizzle-team/drizzle-orm-docs
Add Deno installation commands
Open
- Dominant language
- MDX
- Stars
- 241
- Forks
- 401
- Avg merge
- 5h 44m
- Merged PRs (30d)
- 1
Description
The [installation instructions](https://orm.drizzle.team/docs/get-started/postgresql-new) have commands for installing via NPM, Yarn, PNPM and Bun, but not Deno, which would also be useful. These commands should be added for an installation instructions tab for Deno:
```sh
deno add --npm --allow-scripts drizzle-orm pg dotenv
deno add -D --npm --allow-scripts drizzle-kit tsx @types/pg
```
Equivalent installation instructions should be added for the other DB providers too. I'm happy to open up a PR to add all of these, if necessary.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.