threatgrid / asami

A graph store for Clojure and ClojureScript
Eclipse Public License 1.0
635 stars 29 forks source link

Added support for :id #161

Closed quoll closed 3 years ago

quoll commented 3 years ago

The :id field is now a valid referring identified. Similar to :db/ident, but it will not be autogenerated, and it is not removed from entities when they are returned.

quoll commented 3 years ago

Retrieving entities by :id is working now