-
Notifications
You must be signed in to change notification settings - Fork 14
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
Raw database drivers #82
Conversation
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.
Just running "npm run test" and..
Test Suites: 1 failed, 1 total
Tests: 15 failed, 2 passed, 17 total
Snapshots: 0 total
Time: 4.247 s
Assuming that I have no ideea what this PR is about, what should I do next ?
TO DO:
- describe how to test your PR :)
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.
Hi @an7e
could you please add some comments on your code? Its a bit hard to understand all what is going on without any comments :-) .
Also, we have a Logger utility under /utils/logging/Logger.ts
i think we should try to make use of that.
thanks
|
sorry, miss clicked on Close |
Run testsBefore running tests, please run Typesense docker
You can then run tests
|
@alexcos20 I added note about tests in PR description and made commit to README |
|
|
@paulo-ocean
@paulo-ocean |
@an7e LGTM, but check the conflicts before the merge |
do we really need coredb.ts when we have https://github.com/oceanprotocol/ocean-node/blob/raw-database-drivers/src/components/database/index.ts#L3 ? |
@alexcos20 |
# Conflicts: # package-lock.json # package.json
Changes proposed in this PR: #29
Run tests
Before running tests, please run Typesense docker
You can then run tests