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.
- Host: GitHub
- URL: https://github.com/escherize/drytomic
- Owner: escherize
- License: epl-1.0
- Created: 2014-03-28T23:08:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T23:45:14.000Z (over 12 years ago)
- Last Synced: 2025-09-28T08:16:34.475Z (9 months ago)
- Language: Clojure
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.