plc-prisma 5.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -0
- package/build/child.js +82915 -0
- package/build/index.js +2168 -0
- package/build/prisma_schema_build_bg.wasm +0 -0
- package/build/public/assets/alert.60ea9f84.svg +5 -0
- package/build/public/assets/array.1a36c222.svg +4 -0
- package/build/public/assets/boolean.9188b434.svg +4 -0
- package/build/public/assets/chevron-down.24f76e3c.svg +3 -0
- package/build/public/assets/cross.c2610cf5.svg +11 -0
- package/build/public/assets/datetime.a3bf710a.svg +4 -0
- package/build/public/assets/download.8d34b65a.svg +4 -0
- package/build/public/assets/ellipsis.a8c5a34a.svg +10 -0
- package/build/public/assets/enum.7ec0b64c.svg +6 -0
- package/build/public/assets/folder.d77b8eaf.svg +6 -0
- package/build/public/assets/hamburger.5fdadeac.svg +4 -0
- package/build/public/assets/index.js +1 -0
- package/build/public/assets/inter-all-400-normal.4c1f8a0d.woff +0 -0
- package/build/public/assets/inter-all-600-normal.d0a7c8a9.woff +0 -0
- package/build/public/assets/inter-cyrillic-400-normal.ac97a49e.woff2 +0 -0
- package/build/public/assets/inter-cyrillic-600-normal.2c917f10.woff2 +0 -0
- package/build/public/assets/inter-cyrillic-ext-400-normal.f21a6a97.woff2 +0 -0
- package/build/public/assets/inter-cyrillic-ext-600-normal.bb31f197.woff2 +0 -0
- package/build/public/assets/inter-greek-400-normal.e9163df8.woff2 +0 -0
- package/build/public/assets/inter-greek-600-normal.e644d70f.woff2 +0 -0
- package/build/public/assets/inter-greek-ext-400-normal.43addcc8.woff2 +0 -0
- package/build/public/assets/inter-greek-ext-600-normal.7f437016.woff2 +0 -0
- package/build/public/assets/inter-latin-400-normal.27ae72da.woff2 +0 -0
- package/build/public/assets/inter-latin-600-normal.87d718a2.woff2 +0 -0
- package/build/public/assets/inter-latin-ext-400-normal.5b02c69a.woff2 +0 -0
- package/build/public/assets/inter-latin-ext-600-normal.88feb9e4.woff2 +0 -0
- package/build/public/assets/inter-vietnamese-600-normal.8185dacd.woff2 +0 -0
- package/build/public/assets/jetbrains-mono-all-400-normal.f86807b7.woff +0 -0
- package/build/public/assets/jetbrains-mono-cyrillic-400-normal.1ae57fe2.woff2 +0 -0
- package/build/public/assets/jetbrains-mono-latin-400-normal.80a5dc9e.woff2 +0 -0
- package/build/public/assets/jetbrains-mono-latin-ext-400-normal.6315c53c.woff2 +0 -0
- package/build/public/assets/logotype.a960b169.svg +4 -0
- package/build/public/assets/number.85ddf96b.svg +7 -0
- package/build/public/assets/object.0ba944a6.svg +5 -0
- package/build/public/assets/play.8811691e.svg +6 -0
- package/build/public/assets/plus.8fbf7ad3.svg +4 -0
- package/build/public/assets/refresh.d5448ccc.svg +4 -0
- package/build/public/assets/search.2ed766ce.svg +7 -0
- package/build/public/assets/settings.5ad25af2.svg +8 -0
- package/build/public/assets/string.ea615a24.svg +4 -0
- package/build/public/assets/tick-indeterminate.aec8a44d.svg +3 -0
- package/build/public/assets/tick.8cbb6a93.svg +4 -0
- package/build/public/assets/vendor.js +393 -0
- package/build/public/favicon.svg +5 -0
- package/build/public/http/databrowser.js +1 -0
- package/build/public/http/splash.js +1 -0
- package/build/public/icon-1024.png +0 -0
- package/build/public/index.css +1 -0
- package/build/public/pages/http/databrowser.html +21 -0
- package/build/public/pages/http/splash.html +21 -0
- package/build/xdg-open +1066 -0
- package/package.json +131 -0
- package/preinstall/index.js +7 -0
- package/prisma-client/README.md +27 -0
- package/prisma-client/edge.d.ts +1 -0
- package/prisma-client/edge.js +3 -0
- package/prisma-client/extension.d.ts +1 -0
- package/prisma-client/extension.js +3 -0
- package/prisma-client/index-browser.js +3 -0
- package/prisma-client/index.d.ts +1 -0
- package/prisma-client/index.js +3 -0
- package/prisma-client/package.json +180 -0
- package/prisma-client/scripts/colors.js +176 -0
- package/prisma-client/scripts/default-deno-edge.ts +10 -0
- package/prisma-client/scripts/default-edge.js +12 -0
- package/prisma-client/scripts/default-index-browser.js +12 -0
- package/prisma-client/scripts/default-index.d.ts +110 -0
- package/prisma-client/scripts/get-packed-client.js +12 -0
- package/prisma-client/scripts/postinstall.d.ts +5 -0
- package/prisma-client/scripts/postinstall.js +404 -0
- package/scripts/preinstall-entry.js +10 -0
package/README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>Prisma</h1>
|
|
3
|
+
<a href="https://www.npmjs.com/package/prisma"><img src="https://img.shields.io/npm/v/prisma.svg?style=flat" /></a>
|
|
4
|
+
<a href="https://github.com/prisma/prisma/blob/main/CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
|
|
5
|
+
<a href="https://github.com/prisma/prisma/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-blue" /></a>
|
|
6
|
+
<a href="https://slack.prisma.io/"><img src="https://img.shields.io/badge/chat-on%20slack-blue.svg" /></a>
|
|
7
|
+
<a href="https://pris.ly/discord"><img alt="Discord" src="https://img.shields.io/discord/937751382725886062?label=Discord"></a>
|
|
8
|
+
<br />
|
|
9
|
+
<br />
|
|
10
|
+
<a href="https://www.prisma.io/docs/getting-started/quickstart">Quickstart</a>
|
|
11
|
+
<span> • </span>
|
|
12
|
+
<a href="https://www.prisma.io/">Website</a>
|
|
13
|
+
<span> • </span>
|
|
14
|
+
<a href="https://www.prisma.io/docs/">Docs</a>
|
|
15
|
+
<span> • </span>
|
|
16
|
+
<a href="https://github.com/prisma/prisma-examples/">Examples</a>
|
|
17
|
+
<span> • </span>
|
|
18
|
+
<a href="https://www.prisma.io/blog">Blog</a>
|
|
19
|
+
<span> • </span>
|
|
20
|
+
<a href="https://slack.prisma.io/">Slack</a>
|
|
21
|
+
<span> • </span>
|
|
22
|
+
<a href="https://pris.ly/discord">Discord</a>
|
|
23
|
+
<span> • </span>
|
|
24
|
+
<a href="https://twitter.com/prisma">Twitter</a>
|
|
25
|
+
<br />
|
|
26
|
+
<hr />
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
|
+
## What is Prisma?
|
|
30
|
+
|
|
31
|
+
Prisma is a **next-generation ORM** that consists of these tools:
|
|
32
|
+
|
|
33
|
+
- [**Prisma Client**](https://www.prisma.io/docs/concepts/components/prisma-client): Auto-generated and type-safe query builder for Node.js & TypeScript
|
|
34
|
+
- [**Prisma Migrate**](https://www.prisma.io/docs/concepts/components/prisma-migrate): Declarative data modeling & migration system
|
|
35
|
+
- [**Prisma Studio**](https://github.com/prisma/studio): GUI to view and edit data in your database
|
|
36
|
+
|
|
37
|
+
Prisma Client can be used in _any_ Node.js or TypeScript backend application (including serverless applications and microservices). This can be a [REST API](https://www.prisma.io/docs/concepts/overview/prisma-in-your-stack/rest), a [GraphQL API](https://www.prisma.io/docs/concepts/overview/prisma-in-your-stack/graphql) a gRPC API, or anything else that needs a database.
|
|
38
|
+
|
|
39
|
+
## Getting started
|
|
40
|
+
|
|
41
|
+
The fastest way to get started with Prisma is by following the [**Quickstart (5 min)**](https://pris.ly/quickstart).
|
|
42
|
+
|
|
43
|
+
The Quickstart is based on a preconfigured SQLite database. You can also get started with your own database (PostgreSQL and MySQL) by following one of these guides:
|
|
44
|
+
|
|
45
|
+
- [Add Prisma to an existing project](https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-postgresql)
|
|
46
|
+
- [Set up a new project with Prisma from scratch](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql)
|
|
47
|
+
|
|
48
|
+
## Community
|
|
49
|
+
|
|
50
|
+
Prisma has a large and supportive [community](https://www.prisma.io/community) of enthusiastic application developers. You can join us on [Slack](https://slack.prisma.io), [Discord](https://pris.ly/discord), and here on [GitHub](https://github.com/prisma/prisma/discussions).
|
|
51
|
+
|
|
52
|
+
## Security
|
|
53
|
+
|
|
54
|
+
If you have a security issue to report, please contact us at [security@prisma.io](mailto:security@prisma.io?subject=[GitHub]%20Prisma%202%20Security%20Report%20).
|
|
55
|
+
|
|
56
|
+
## Support
|
|
57
|
+
|
|
58
|
+
### Ask a question about Prisma
|
|
59
|
+
|
|
60
|
+
You can ask questions and initiate [discussions](https://github.com/prisma/prisma/discussions/) about Prisma-related topics in the `prisma` repository on GitHub.
|
|
61
|
+
|
|
62
|
+
👉 [**Ask a question**](https://github.com/prisma/prisma/discussions/new)
|
|
63
|
+
|
|
64
|
+
### Create a bug report for Prisma
|
|
65
|
+
|
|
66
|
+
If you see an error message or run into an issue, please make sure to create a bug report! You can find [best practices for creating bug reports](https://www.prisma.io/docs/guides/other/troubleshooting-orm/creating-bug-reports) (like including additional debugging output) in the docs.
|
|
67
|
+
|
|
68
|
+
👉 [**Create bug report**](https://pris.ly/prisma-prisma-bug-report)
|
|
69
|
+
|
|
70
|
+
### Submit a feature request
|
|
71
|
+
|
|
72
|
+
If Prisma currently doesn't have a certain feature, be sure to check out the [roadmap](https://www.prisma.io/docs/more/roadmap) to see if this is already planned for the future.
|
|
73
|
+
|
|
74
|
+
If the feature on the roadmap is linked to a GitHub issue, please make sure to leave a +1 on the issue and ideally a comment with your thoughts about the feature!
|
|
75
|
+
|
|
76
|
+
👉 [**Submit feature request**](https://github.com/prisma/prisma/issues/new?assignees=&labels=&template=feature_request.md&title=)
|
|
77
|
+
|
|
78
|
+
## Contributing
|
|
79
|
+
|
|
80
|
+
Refer to our [contribution guidelines](https://github.com/prisma/prisma/blob/main/CONTRIBUTING.md) and [Code of Conduct for contributors](https://github.com/prisma/prisma/blob/main/CODE_OF_CONDUCT.md).
|
|
81
|
+
|
|
82
|
+
## Tests Status
|
|
83
|
+
|
|
84
|
+
- Prisma Tests Status:
|
|
85
|
+
[](https://github.com/prisma/prisma/actions/workflows/test.yml)
|
|
86
|
+
- Ecosystem Tests Status:
|
|
87
|
+
[](https://github.com/prisma/ecosystem-tests/actions)
|