https://github.com/threatgrid/asami/blob/main/CHANGELOG.md#206---2021-06-27
Mostly minor changes:
• time functions are now available in asami.core
• :id
is now a synonym for :db/ident
. However, :id
is not removed when entities are retrieved.
• Bugfixes and efficiency improvements.
One major change is that there is now a CLI for loading data and executing queries. This is native, and is built using:
$ lein with-profile native uberjar
$ lein with-profile native native
Lots of thanks to @borkdude for help getting the native compilation happening