threatgrid / asami

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

Add statement ids, transaction t values to multi_index #206

Closed mpoffald closed 3 years ago

mpoffald commented 3 years ago

Closes https://github.com/threatgrid/asami/issues/201

Adds statement ids to the multi-index (exactly like https://github.com/threatgrid/asami/pull/204).

Transaction ids were already being stored as tx, this just updates that key tot for consistency.