Skip to content

Commit

Permalink
Features:
Browse files Browse the repository at this point in the history
- SelectMany
- LeftJoin
- Add Testing
- Export to library
  • Loading branch information
jinhduong committed Apr 19, 2018
1 parent 48a462f commit 19aa24c
Show file tree
Hide file tree
Showing 15 changed files with 539 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\dist\\out-tsc\\index.js",
"program": "${workspaceFolder}\\dist\\out-tsc\\demo\\test.js",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ main();
- [x] from
- [x] where
- [x] select
- [ ] selectMany
- [x] selectMany
- [x] join
- [x] leftJoin
- [ ] groupJoin
- [ ] orderBy
- [ ] orderByDescending
Expand Down

0 comments on commit 19aa24c

Please sign in to comment.