You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know it is not possible to use database functions written in Ruby at the moment (at least in the REST persistence API.) (Unless @yokolet has made the enhancement in the last few weeks).
Honestly I'm not sure if the Datomic REST API even exposes this functionality. It would certainly be possible to implement it in Peer-mode, but REST is always another story (as it is with most "lower-level" features of Datomic).
I used the function to delete an entity in Diametric. Perhaps, you can use functions like this, but I haven't tried yet from a program that uses Diametric. So, if you have a chance, try this and report the result. Your attempt will help other users as well.
How do you use database functions / transaction functions written in ruby, via diametric?
The text was updated successfully, but these errors were encountered: