cockroachdb / cockroachdb/cockroach
Support for ENT Framework
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
[ENT Framework](https://entgo.io/) is a new open-source ORM for Go spun out of Facebook/Meta.
https://github.com/ent/ent
It has support for CockroachDB out of the box:
https://entgo.io/
Although it is lacking in some areas such as transaction retries and other potential CockroachDB specific feature integrations.
https://github.com/ent/ent/issues/2341
https://github.com/ent/ent/issues/1473
We also have a few customers who are already using it and want to continue using it. We should consider supporting this ORM by contributing tests upstream
https://github.com/ent/ent/blob/master/.github/workflows/ci.yml#L166
and adding features where needed.
Jira issue: CRDB-25155
Epic CRDB-25315
Contributor guide
Assessment
This issue has not been assessed yet.