Fork me on GitHub
#announcements
<
2021-10-27
>
vlaaad13:10:59

reveal Reveal Pro 1.3.265 is out — https://vlaaad.github.io/reveal-pro Reveal is a Read Eval Visualize Loop for Clojure, a powerful REPL output pane running in the JVM. This release adds SQL DB explorer that allows you to get a good overview of your database schema and seamlessly browse relational data across multiple tables, all while being available in your REPL!

🎉 30
🤯 3
Ivan13:10:59

nice! 💯

wotbrew15:10:03

Wow! this looks amazing ❤️

timo15:10:20

party-corgi is this kind of visual browsing of databases possible for datalog-dbs like datahike, datomic, xtdb etc? (only tried reveal briefly once)

vlaaad16:10:46

I consider implementing something similar for datomic-like dbs...

aw_yeah 1
metasoarous17:10:56

Seems like it would be easier if anything; The view:table-view could just be a pull, and I'm sure is more annoying to do with a sql queries.

metasoarous17:10:51

Incidentally, may I suggest a different name than table-view? To me, that's a document-view or map-view. Could even explicitly be pull-view.

metasoarous17:10:48

table-view makes me think of a literal table, like in the db:explore-table view.

metasoarous17:10:24

Just a suggestion... Regardless, fantastic work! This is very cool stuff 🙂

vlaaad20:10:03

@U05100J3V not sure I'm following you 😞

vlaaad20:10:28

what do you mean be table-view and view:table-view ?

jacob.maine02:10:36

For those interested in visualizing Datomic schemas, may I recommend https://github.com/mainej/schema-voyager? It might be possible to make it work for other datalog-style databases, though I've never tried.

👍 1