Fork me on GitHub
#datomic
<
2020-07-26
>
husayn13:07:02

the datomic-console only seems to be able to do queries … anyone know of a datomic tool which can be used to perform transactions ?

bhurlow18:07:44

hyperfiddle

husayn12:08:28

looks promising , thanks @U0FHWANJK

👍 3
vinnyataide18:07:30

hello guys. any idea why the datomic rest-api is deprecated?

vinnyataide18:07:19

I loved it because that makes trivial to interface my backend with my clojure natal apps

vinnyataide18:07:36

but I am concerned

vinnyataide18:07:14

thats someday I'll have to learn all the aws stack to keep using datomic lol

aaroncoding19:07:24

I'm trying to use conformity with datomic pro (on-prem). It breaks though, seems to be trying to require datomic.api instead of datomic.client.api. Is there anything I can be doing differently to make it work? Or even an alternative to conformity?

ghadi19:07:00

search for cloudformity @coding.aaronp

ghadi19:07:16

I’m on mobile otherwise I’d link you

aaroncoding19:07:43

awesome thanks!

Giovani Altelino20:07:04

@husayn , I use the REPL to do the transactions, I find easier to "replay" the transactions too, since I can just save everything in a namespace. https://github.com/giovanialtelino/hackernews-lacinia-datomic/blob/master/src/hackernews_lacinia_datomic/db_start.clj

husayn20:07:28

@galtelino yeah, that’s what I use now, was just hoping there was a better tool

👍 3