Simple, yet powerful entity framework for Go, that makes it easy to build and maintain applications with large data-models.
- Schema As Code - model any database 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.
- PostgreSQL and SQLite - focused support for PostgreSQL and SQLite.
- Extendable - simple to extend and customize using Go templates.
go get github.com/neko-sc/entFork of entgo.io/ent at 69d5d4d.
ent is licensed under Apache 2.0 as found in the LICENSE file.