Skip to content

Commit

Permalink
Merge pull request #3 from dfahlander/optimized-query
Browse files Browse the repository at this point in the history
Optimized query and added browser-based tests
  • Loading branch information
iberflow authored Oct 26, 2016
2 parents c90ff05 + ccb214f commit ec27523
Show file tree
Hide file tree
Showing 13 changed files with 4,392 additions and 154 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ db.project_members.add({name: 'Member #3', project_id: 1})
#### Usage

```javascript
db.with({
db.projects.with({
'settings': 'project_settings',
'members': 'project_members'
}).then(rows => console.log(rows))
Expand Down
Loading

0 comments on commit ec27523

Please sign in to comment.