Welcome! Please see the About page for a little more info on how this works.

0 votes
in dev-tools by

I would like to use datomic.ion/cancel in a transaction in the context of dev-local.

What should I include in the deps.edn file?

Many thanks!

1 Answer

0 votes
by

Yes, it is possible to use datomic.ion/cancel with a dev-local DB. Any function on the classpath can be used. However, I think we need a more complete example because you would want to add the function to your ion-config.edn :allow list as well to support eventually moving said project to a cloud topology. I will take this as an action item to create a full example using datomic.ion/cancel and circle back.

...