-
Updated
Oct 27, 2020 - TypeScript
prisma
Here are 632 public repositories matching this topic...
Discussed from prisma/prisma#3930
https://prisma-company.slack.com/archives/CEYCG2MCN/p1602759196130900
In the CLI in the preinstall hook we could use something like
const nodeVersions = process.version.split('.')
const nodeMajorVersion = parseInt(nodeVersions[0].slice(1))
const nodeMinorVersion = parseInt(nodeVersions[1])
if (nodeMajorVersion < 10) {
//
-
Updated
Sep 3, 2019 - TypeScript
What do you want and why?
We need to add comprehensive unit tests to our session management.
Feel free to submit PRs for single or few tests. And feel free to ask clarification questions.
Files:
Feature request, this would help with debugging.
Prisma version can be fetched from
const { prismaVersion } = require('@prisma/client')
console.log(prismaVersion.client)-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Feb 21, 2019 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Oct 22, 2020 - TypeScript
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Sep 24, 2020
-
Updated
Sep 14, 2018 - TypeScript
-
Updated
Feb 9, 2018 - Swift
-
Updated
Jul 19, 2018 - JavaScript
-
Updated
Nov 1, 2020 - TypeScript
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Mar 18, 2020 - TypeScript
-
Updated
Jul 25, 2018 - JavaScript
-
Updated
May 20, 2018
-
Updated
Oct 4, 2020 - TypeScript
Improve this page
Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."



Since becoming maintainer of this project, and making some security updates, we have not been able to get the electron build working. This is why there has not been a release in a while.
This is no small undertaking, but very very important!