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

https://github.com/escherize/drytomic

The dry way to generate datomic entity relationship diagrams from edn schema files.
https://github.com/escherize/drytomic

Last synced: 9 months ago
JSON representation

The dry way to generate datomic entity relationship diagrams from edn schema files.

Awesome Lists containing this project

README

          

# drytomic

A Clojure library designed to create entity relation diagrams from datomic schema files.

## Usage

Call fxn with the path to the edn file. fxn outputs a dot file, which can be opened with omnigraffle and edited, or run through the dot program to create a svg, png, or other image file.

## License

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.