Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 28, 2019
1 parent 3e1f46a commit b91efa7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 44 deletions.
45 changes: 45 additions & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Prisma 2 CLI architecture

```
╔══════════════════╗
║ ║
║ prisma2 ║
┌────────────────────────────────▶║ ║◀─────────────────────────────┐
│ ╚══════════════════╝ │
│ prisma/prisma2-cli │
│ ▲ ▲ ▲ │
│ │ │ │ │
│ │ │ │ │
│ │ │ │ │
│ ┌──────────────────┘ │ └───────────────────┐ │
│ │ │ │ │
│ │ │ │ │
│ ╔═════════╩════════╗ ╔═════════╩════════╗ ╔═══════════╩═══════════╗ │
│ ║ ║◀ ─ ╣ ║ ║ ║ │
│ ║ @prisma/photon ║ ║ @prisma/lift ║ ║ @prisma/introspection ║ │
│ ║ ╠───▶║ ║ ║ ║ │
│ ╚══════════════════╝ ╚══════════════════╝ ╚═══════════════════════╝ │
│ prisma/photon-js prisma/lift prisma/prisma2-cli │
│ ▲ ▲ ▲ ▲ ▲ │
│ │ │ │ │ │ │
│ ─ ─ ─ ─ ─ ─ │ └─────────────┐ │ │ │
│ │ │ │ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │ │
│ ╔═════════╩═════════════╗ ╠═════════╩════════╦───────────────┘ │
│ │ ║ ║ ║ ║ │
│ ║ @prisma/engine-core ║ ║ @prisma/cli ╠──────────────────────────────┘
│ │ ║ ║ ║ ║
│ ╚═══════════════════════╝ ╚══════════════════╝
│ │ ▲ prisma/photon-js prisma/prisma2-cli
│ │
╔════════════════════╩═╩═╦ ─
║ ║
║ @prisma/fetch-engine ║
║ ║
╚════════════════════════╝
prisma/photon-js
```
46 changes: 2 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,3 @@
# Prisma 2 CLI architecture
# prisma2

```
╔══════════════════╗
║ ║
║ prisma2 ║
┌────────────────────────────────▶║ ║◀─────────────────────────────┐
│ ╚══════════════════╝ │
│ prisma/prisma2-cli │
│ ▲ ▲ ▲ │
│ │ │ │ │
│ │ │ │ │
│ │ │ │ │
│ ┌──────────────────┘ │ └───────────────────┐ │
│ │ │ │ │
│ │ │ │ │
│ ╔═════════╩════════╗ ╔═════════╩════════╗ ╔═══════════╩═══════════╗ │
│ ║ ║◀ ─ ╣ ║ ║ ║ │
│ ║ @prisma/photon ║ ║ @prisma/lift ║ ║ @prisma/introspection ║ │
│ ║ ╠───▶║ ║ ║ ║ │
│ ╚══════════════════╝ ╚══════════════════╝ ╚═══════════════════════╝ │
│ prisma/photon-js prisma/lift prisma/prisma2-cli │
│ ▲ ▲ ▲ ▲ ▲ │
│ │ │ │ │ │ │
│ ─ ─ ─ ─ ─ ─ │ └─────────────┐ │ │ │
│ │ │ │ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │ │
│ ╔═════════╩═════════════╗ ╠═════════╩════════╦───────────────┘ │
│ │ ║ ║ ║ ║ │
│ ║ @prisma/engine-core ║ ║ @prisma/cli ╠──────────────────────────────┘
│ │ ║ ║ ║ ║
│ ╚═══════════════════════╝ ╚══════════════════╝
│ │ ▲ prisma/photon-js prisma/prisma2-cli
│ │
╔════════════════════╩═╩═╦ ─
║ ║
║ @prisma/fetch-engine ║
║ ║
╚════════════════════════╝
prisma/photon-js
```
Read more about it [here](https://github.com/prisma/prisma2-docs)

0 comments on commit b91efa7

Please sign in to comment.