clojurelog / clojurelog.github.io

Matrix of Open Source Clojure Datalog Databases
https://clojurelog.github.io
Creative Commons Zero v1.0 Universal
26 stars 4 forks source link

Asami corrections #5

Closed quoll closed 3 years ago

quoll commented 3 years ago

On the document "Open Source Clojure-Datalog Databases" a couple of things are incorrect for Asami:

Ad-hoc "document" storage (i.e. maps of arbitrary types): Can be "Planned" (Issue) (working on this right now) byte-array value type: Yes Composite Tuples: Still Planned, now with (Issue) (they're now supported internally, but the API doesn't let them through yet) Graal Native Image: Yes CLI console: Yes (though it's a bit primitive. It creates graphs and loads files into them, and it answers queries)

deobald commented 3 years ago

@quoll I believe I got everything, but please do have a quick double-check over the page. Thanks for raising these.