bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 116 forks source link

Add DataScript projection function #145

Closed ClashTheBunny closed 5 years ago

ClashTheBunny commented 5 years ago

It would be nice to add some more documentation, but I wasn't totally sure how much we would want to add dependencies to the example_src project. If that's okay, we could build up a quick datascript database example an dump it out too.

ClashTheBunny commented 5 years ago

This would replace https://github.com/bhauman/devcards/pull/97

bhauman commented 5 years ago

I’m sorry i guess I wasn’t clear in my response I was suggesting that this would be a separate library/dependency

On Sep 29, 2018, at 5:23 PM, Randall Mason notifications@github.com wrote:

This would replace #97

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ClashTheBunny commented 5 years ago

Well! That totally makes sense. It could even make sense for each data storage project to have a devcards projection of the data so that it is easier to work with. You would include [datascript :as d] and then your projection function would be d/project or something. Kinda like a super version of stringify for an object. Datafy!