mascip
2017-10-12 11:06:22 UTC
Hi Datomists,
To send a transaction using a Peer Server,
what is the difference between using
@(d/transact conn [{:db/doc "Hello world"}])
(as indicated here: http://docs.datomic.com/dev-setup.html#peer )
and using
(def conn (<!! (client/connect .... )
followed by
(<!! (client/transact conn ...
(as indicated later on that same page:
http://docs.datomic.com/dev-setup.html#client ) ?
-- Pierre Masci
To send a transaction using a Peer Server,
what is the difference between using
@(d/transact conn [{:db/doc "Hello world"}])
(as indicated here: http://docs.datomic.com/dev-setup.html#peer )
and using
(def conn (<!! (client/connect .... )
followed by
(<!! (client/transact conn ...
(as indicated later on that same page:
http://docs.datomic.com/dev-setup.html#client ) ?
-- Pierre Masci
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.