drizzle-team / drizzle-team/drizzle-orm-docs
`tsx` not needed for Bun runtime (willing to PR)
Open
- Dominant language
- MDX
- Stars
- 241
- Forks
- 401
- Avg merge
- 5h 44m
- Merged PRs (30d)
- 1
Description
Hi, I've noticed that in a few places the docs instruct users to install and use the `tsx` package to run Typescript files on the Bun runtime.
My understanding is Bun can run `.ts` files natively without the need for a package like `tsx`.
If it helps, I can submit a PR to update all instances of `tsx` being installed or used on Bun.
Below is an example of the issue:
[](https://orm.drizzle.team/docs/get-started/postgresql-new#step-8---run-indexts-file)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.