question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Suggestion] Move all Prisma packages to the `@prisma` scope

See original GitHub issue

Hi,

just thought I’d voice a suggestion to move all of Prisma’s packages to the @prisma scope. Currently there is both nexus and @prisma/nexus with the docs for nexus-prisma referencing @prisma/nexus but depending on nexus itself.

When Babel made the change to scoped packages about a year or two ago, that made finding any and all official packages so much easier. I think the same could be said for Prisma. Having an umbrella to search under will make finding/discovering packages made by the organization so much easier. It will also allow the organization to release community “owned” (i.e. not a repo by the prisma user) under the umbrella if they deem it fit and then the package will have a ‘Seal of Approval’.

Just a thought, but I think it would be a nice change.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
timsuchanekcommented, Jul 23, 2019

That’s a great point, I also like that. We’ll discuss it internally!

2reactions
schicklingcommented, Dec 16, 2019

All Nexus-related packages will most likely be published under the @nexus NPM namespace in the future.

We’re also planning to publish all JS-based Prisma tools under the @prisma NPM namespace.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Share your Prisma Client across projects | by Isidoro Ferreiro
To solve this we moved our reused Prisma Client as an internal package with organisation level scope. The package simply exports the context ......
Read more >
Prisma Client
Prisma Client is an auto-generated, type-safe query builder generated based on the models and attributes of your Prisma schema.
Read more >
The PRISMA 2020 statement: an updated guideline for ...
Complete reporting of all PRISMA 2020 items also facilitates replication and review updates, as well as inclusion of systematic reviews in ...
Read more >
How Prisma Introspects a Schema from a MongoDB Database
Prisma Migrate uses your changes to the Prisma schema to ... Language (DDL) statements and could just scope it down to allowing `prisma...
Read more >
PRISMA 2020 explanation and elaboration: updated guidance ...
Essential elements should be reported in the main report or as supplementary material for all systematic reviews (except for those preceded by “ ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found