SchemaSync
A library for Dgraph schema synchronization.
Installation
Require Go >= 1.13
go get -u github.com/shadowv/schemasync
Usage
Query your database's schema, then pass it to Compare
and ta-da.
See example
Consequence
It could be slow to build and bigger binary due to depend on github.com/dgraph-io/dgraph/tree/master/schema
.