Skip to content

Commit cd79354

Browse files
committed
Merge branch 'master' of https://github.com/imqueue/imqueue.com
2 parents 4cdfa5b + c1535a6 commit cd79354

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/org/cli/package-catalog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ service that talks to no database it is the right one.
4444
| **ORM / database** | yes | `pg-prisma`, `sequelize` |
4545
| **Service features** | no | `pg-cache`, `pg-pubsub`, `tag-cache`, `job`, `net`, `http-protect`, `graphql-dependency`, `type-graphql-dependency` |
4646

47+
These are catalog **ids** — what `--packages` takes and what a saved config
48+
holds — not npm package names, and two of them no longer match. `dd-trace`
49+
installs `@imqueue/datadog` and `sequelize` installs `@imqueue/pg-sequelize`,
50+
both renamed while the ids stayed put so that existing configs and `.imqrc.json`
51+
files keep working.
52+
4753
## What each addon does when selected
4854

4955
For every selected package the scaffolder:
@@ -84,7 +90,7 @@ recommended one, with a line above the list saying why:
8490
pg-prisma is worth considering — as its own piece of work, not as part of this.
8591
(none)
8692
Prisma ORM + @imqueue/pg-prisma toolkit
87-
❯ Sequelize ORM + @imqueue/sequelize toolkit (recommended)
93+
❯ Sequelize ORM + @imqueue/pg-sequelize toolkit (recommended)
8894
```
8995

9096
A new service in an established fleet belongs on the fleet's stack: matching

0 commit comments

Comments
 (0)