prisma 7.4.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.3 → 7.4.0-integration-parameterization.2
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 +3 -3
- package/build/index.js +6 -7
- package/build/query_compiler_fast_bg.cockroachdb.wasm +0 -0
- package/build/query_compiler_fast_bg.mysql.wasm +0 -0
- package/build/query_compiler_fast_bg.postgresql.wasm +0 -0
- package/build/query_compiler_fast_bg.sqlite.wasm +0 -0
- package/build/query_compiler_fast_bg.sqlserver.wasm +0 -0
- package/build/query_compiler_small_bg.cockroachdb.wasm +0 -0
- package/build/query_compiler_small_bg.mysql.wasm +0 -0
- package/build/query_compiler_small_bg.postgresql.wasm +0 -0
- package/build/query_compiler_small_bg.sqlite.wasm +0 -0
- package/build/query_compiler_small_bg.sqlserver.wasm +0 -0
- package/build/schema_engine_bg.wasm +0 -0
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<a href="https://pris.ly/discord"><img alt="Discord" src="https://img.shields.io/discord/937751382725886062?label=Discord"></a>
|
|
7
7
|
<br />
|
|
8
8
|
<br />
|
|
9
|
-
<a href="https://www.prisma.io/docs/getting-started/quickstart">Quickstart</a>
|
|
9
|
+
<a href="https://www.prisma.io/docs/getting-started/prisma-orm/quickstart/prisma-postgres">Quickstart</a>
|
|
10
10
|
<span> • </span>
|
|
11
11
|
<a href="https://www.prisma.io/">Website</a>
|
|
12
12
|
<span> • </span>
|
|
@@ -33,7 +33,7 @@ Prisma is a **next-generation ORM** that consists of these tools:
|
|
|
33
33
|
|
|
34
34
|
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.
|
|
35
35
|
|
|
36
|
-
**If you need a database to use with Prisma ORM, check out [Prisma Postgres](https://www.prisma.io/docs/getting-started/quickstart-
|
|
36
|
+
**If you need a database to use with Prisma ORM, check out [Prisma Postgres](https://www.prisma.io/docs/getting-started/prisma-orm/quickstart/prisma-postgres?utm_source=npm&utm_medium=readme) or if you are looking for our MCP Server, head [here](https://github.com/prisma/mcp).**
|
|
37
37
|
|
|
38
38
|
## Getting started
|
|
39
39
|
|
|
@@ -41,7 +41,7 @@ The fastest way to get started with Prisma is by following the [**Quickstart (5
|
|
|
41
41
|
|
|
42
42
|
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:
|
|
43
43
|
|
|
44
|
-
- [Add Prisma to an existing project](https://www.prisma.io/docs/getting-started/
|
|
44
|
+
- [Add Prisma to an existing project](https://www.prisma.io/docs/getting-started/prisma-orm/add-to-existing-project/postgresql)
|
|
45
45
|
- [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)
|
|
46
46
|
|
|
47
47
|
## Community
|