Skip to content

Commit

Permalink
created a dummy application
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjianjx committed Aug 28, 2021
1 parent 5beb6ba commit 47c6189
Show file tree
Hide file tree
Showing 8 changed files with 7,215 additions and 80 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ dist
.tern-port
/dynamo-partiql-result-in-pg.iml
/bin/

.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ docker-compose up

* Run PartiQL
```
./dpp "select * from \"my-dynamo-table\" where ... "
./dpp "select * from ... "
```
(Windows user please run the docker command in file ./dpp)


You will see

```
The results are in postgres table `my-dynamo-table-xxx`
The results are in postgres table 'xxx'
```

Then go to [pgAdmin](http://localhost:21086) to query the table
Expand Down
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading

0 comments on commit 47c6189

Please sign in to comment.