datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
souenzzo 2018-05-20T02:39:06.000057Z

@ronb this value masking work well when the values are non-serializable java objects?

souenzzo 2018-05-20T02:40:36.000073Z

(i'm using datascript to store websocket sessions)

2018-05-20T07:41:59.000009Z

@souenzzo There shouldn’t be any change necessary in regard to serialization. if you want to have a very efficient representation you can store the Datoms as a separate array of doubles and an array of arbitrary values

2018-05-20T07:42:28.000024Z

:v is stored as an arbitrary object, so it should not change your handling of websocket sessions at all. if it works with current datascript

👍 1