Skip to content
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

Open
lukeed opened this issue May 5, 2024 · 7 comments
Open

Rename JSR package? #482

lukeed opened this issue May 5, 2024 · 7 comments

Comments

@lukeed
Copy link

lukeed commented May 5, 2024

I initially thought @bartlomieju/postgres was a fork – especially since it's so far behind (#480) – because I know this package as a denodriver/... 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 🤷

@drewbitt
Copy link

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.

@sachaw
Copy link

sachaw commented Aug 7, 2024

why not use @denodrivers/postgres

@allout58
Copy link

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)

@av
Copy link

av commented Oct 16, 2024

New to Deno, wanted to query Postgres with 2.0, got quite confused between JSR, @std, deno.land. It's clear that deno.land imports are still working. Some high-level guidance would be appreciated.

@sachaw
Copy link

sachaw commented Oct 18, 2024

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)

I published that for my own usage, based on my open pr in this repo.

@sachaw
Copy link

sachaw commented Oct 18, 2024

New to Deno, wanted to query Postgres with 2.0, got quite confused between JSR, @std, deno.land. It's clear that deno.land imports are still working. Some high-level guidance would be appreciated.

JSR is replacing deno.land, deno.land is available for backwards compat, do not use it going forward.

@sant123
Copy link

sant123 commented Oct 18, 2024

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 std was moved to it and new packages/modules from third parties should be created there as well. The goal of this issue is to deploy a stable/supported/updated version of the PostgreSQL driver in JSR, so my suggestion is to use the drivers on NPM meanwhile this is resolved or a third party publish it to JSR.

pg, postgres and postgrejs are good options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants