-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
refactoring database code #4448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Starting to refactor the database code for better use of promises + ES6 generators, to prepare for ES7 await/async.
Codecov Report
@@ Coverage Diff @@
## master #4448 +/- ##
==========================================
- Coverage 92.69% 92.65% -0.04%
==========================================
Files 118 118
Lines 8353 8349 -4
==========================================
- Hits 7743 7736 -7
- Misses 610 613 +3
Continue to review full report at Codecov.
|
Looks good, just need a reviewer. |
naming the transaction.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking very good!
* refactoring database code Starting to refactor the database code for better use of promises + ES6 generators, to prepare for ES7 await/async. * Update PostgresStorageAdapter.js * Update PostgresStorageAdapter.js naming the transaction.
* refactoring database code Starting to refactor the database code for better use of promises + ES6 generators, to prepare for ES7 await/async. * Update PostgresStorageAdapter.js * Update PostgresStorageAdapter.js naming the transaction.
Starting to refactor the database code for better use of promises + ES6 generators, to prepare for ES7 await/async.