Skip to content

Commit

Permalink
Added Pongo shell
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Oct 1, 2024
1 parent b1c3453 commit 17cd40e
Show file tree
Hide file tree
Showing 10 changed files with 356 additions and 651 deletions.
665 changes: 86 additions & 579 deletions samples/simple-ts/package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions samples/simple-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"test:unit:watch": "glob -d -c \"node --import tsx --test --watch\" **/*.unit.spec.ts",
"test:int:watch": "glob -d -c \"node --import tsx --test --watch\" **/*.int.spec.ts",
"test:e2e:watch": "glob -d -c \"node --import tsx --test --watch\" **/*.e2e.spec.ts",
"migrate": "pongo migrate run --config ./dist/pongo.config.js --connectionString postgresql://postgres:postgres@localhost:5432/postgres"
"migrate": "pongo migrate run --config ./dist/pongo.config.js --connectionString postgresql://postgres:postgres@localhost:5432/postgres",
"shell": "pongo shell"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,6 +63,6 @@
"dist"
],
"dependencies": {
"@event-driven-io/pongo": "0.14.4"
"@event-driven-io/pongo": "0.15.0-alpha.1"
}
}
Loading

0 comments on commit 17cd40e

Please sign in to comment.