Hello, is there are simple way to visuzalize a datomic schema? (Just by providing the schema definition that is, as I am using datascript or datahike).
I use hodur for that, it's not exactly visualizing the schema, it has a mini-dsl to visualize your model, that you can then output as a datomic schema. https://github.com/hodur-org/hodur-engine
@neo2551 https://github.com/JarrodCTaylor/schema-cartographer
Thanks :) My issue with the tool is you need to quite work your schema before you can use it.
I try to build the data model before I write the code, to at least have a base to start with. It works very well for me, and I get pretty graphics to put into slides for the boss.