datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
bherrmann 2019-04-04T11:23:36.039100Z

Yikes, the schema can only be specified at db creation time. that is a serious restriction. For example, I wanted to create an attribute which is cardinality many, in my existing database... but to do so, I would have to export everything, and then re-create it with the new schema, then repopulate it. Correct?

2019-04-06T09:27:36.041900Z

I believe (but I might be wrong) that this type of problem exists because Datascript was not originally developed with flexibility of the codebase in mind. Does anybody plan for a rewrite/refactoring of Datascript in a way that the code is heavily extendable/customizable?

bherrmann 2019-04-06T13:19:57.042300Z

Thanks!