-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename JSR package? #482
Comments
Yes please. I am the same way; I knew it was at least semi-official (because I recognized @bartlomieju) but most people a) wouldn't recognize and b) I was still unsure it was the exact same, and as you mention it's actually behind. |
why not use |
Also to add to the confusion, there's a package that looks like maybe a minimal fork here: https://jsr.io/@dewars/[email protected] that has a newer version than is in this repo. Without clarity, the official JSR package looks just the same (maybe even worse since 0.17 < 0.20) |
New to Deno, wanted to query Postgres with 2.0, got quite confused between JSR, |
I published that for my own usage, based on my open pr in this repo. |
JSR is replacing deno.land, deno.land is available for backwards compat, do not use it going forward. |
https://deno.land/std and https://deno.land/x were the way to import packages/modules in Deno. However with the launch of JSR everything from |
I initially thought
@bartlomieju/postgres
was a fork – especially since it's so far behind (#480) – because I know this package as adenodriver/...
package. Is there not a@deno/
scope or maybe a@denox/
?I understand not wanting to nest this under
@std
but I think the current naming loses clarity/authoritativeness. But maybe that's just me 🤷The text was updated successfully, but these errors were encountered: