migrate
migrate copied to clipboard
Dgraph
Hi! I've added support for the DGraph DB.
Please review it and tell me if everything is up to your standards.
For now this pull request allows to define DQL-only schema changes, mutations and upserts using JSON formatting. In a future pull-request I want to add GraphQL support and LambdaScript update support
Feedback is very welcome!
Edit: This push request now supports both DQL and GraphQL schema updates and mutations/upserts. For LambaScript updates I'm waiting for a reply in #655.
I've just added graphql schema support.
Pull Request Test Coverage Report for Build 1473585003
- 230 of 323 (71.21%) changed or added relevant lines in 1 file are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage increased (+0.6%) to 58.379%
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
---|---|---|---|
database/dgraph/dgraph.go | 230 | 323 | 71.21% |
<!-- | Total: | 230 | 323 |
Totals | |
---|---|
Change from base Build 1424470324: | 0.6% |
Covered Lines: | 3961 |
Relevant Lines: | 6785 |