Hey guys, we want to inform about a library we created for a more rapid development using Dgraph.
Dgman is a schema manager for Dgraph using the Go Dgraph client (dgo), which manages Dgraph schema and indexes from Go tags in struct definitions
Features
- Create schemas and indexes from struct tags.
- Detect conflicts from existing schema and defined schema.
- Autoinject node type from struct.
- Field unique checking (e.g: emails, username).
- Query helpers.
We are a startup that is looking to use Dgraph in production, and planning to release some time next year.
This is our first open source project, so some heavy criticism are welcome . Thank you and we hope this library is useful for the community.