contrib icon indicating copy to clipboard operation
contrib copied to clipboard

A collection of extensions and tools for ent

Results 76 contrib issues
Sort by recently updated
recently updated
newest added

protoc-gen-ent generate edge with custom schema name

This fixes [issue #2475](https://github.com/ent/ent/issues/2475)

Hello, I would like to get your feedback on my proposal to add support for more granular control over proto message generated by the entproto package. When accepted I can...

closes https://github.com/ent/ent/issues/2198

This PR allows you to generate services when database assets are not generated in the `schema` parent directory and/or the package name is not `ent`. Currently `entc.LoadGraph` uses an empty...

* Add AddTypeWithBase method to provide a base schema when adding a type * Default AddType will use the ent.Schema * Add BaseSchemaConfig for UpsertSchema and use AddTypeWithBase if the...