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?
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?
Thanks!