2020-08-19

Ent is a graph-based ORM for Go

Ent provides a graph-based ORM for Go, which can seem a little strange given that relational databases do provide relations, but not necessarily graphs. Regardless, it looks nice on the surface (as a lot of ORMs do), and seems like it would pair well with GraphQL. This originated with Facebook, which clearly has a lot of graph-like data.