Programatically construct a DQL query with filters and functions

Hey @droslean So you’re looking to build DQL queries using a library? dgo’s all about handling connection and transactions. Not much in there for building up the actual queries (most of the API functions expect string inputs).

Check out this go library: https://github.com/fenos/dqlx: “A DGraph Query Builder”

2 Likes