Simple, yet powerful ORM for modeling and querying data.
- Schema As Code - model any graph schema as Go objects.
- Easily Traverse Any Graph - run queries, aggregations and traverse any graph structure easily.
- Statically Typed And Explicit API - 100% statically typed and explicit API using code generation.
- Multi Storage Driver - supports MySQL, SQLite and Gremlin.
go get github.com/facebookincubator/ent/entc/cmd/entc
The documentation for developing and using ent is avaliable at: https://entgo.io
See the CONTRIBUTING file for how to help out.
ent
was developed and maintained by a8m and alexsn
from the Facebook Connectivity team. It's currently considered experimental (although we're using it in production),
and the roadmap for v1 release is described here.
Read more about the motivation of the project here.
ent is licensed under Apache 2.0 as found in the LICENSE file.