An open API service indexing awesome lists of open source software.

https://github.com/tmc/ent2d2

ent2d2 creates D2 graphs from ent schemas
https://github.com/tmc/ent2d2

Last synced: 11 months ago
JSON representation

ent2d2 creates D2 graphs from ent schemas

Awesome Lists containing this project

README

          

# ent2d2

`ent2d2` is a program that generates [d2](https://d2lang.com/tour/sql-tables) diagrams from ent
schemas.

Inspired by [enter](https://github.com/a8m/enter).

## 🚀 Installation

```shell
go install github.com/tmc/ent2d2@latest
```

## 🎉 Example

![example](./testdata/schema.svg)

## Contributing

We welcome contributions to ent2d2! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

## License

ent2d2 is released under the [MIT License](LICENSE).