This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-02
Channels
- # announcements (11)
- # aws (3)
- # babashka (34)
- # beginners (20)
- # biff (2)
- # calva (3)
- # cherry (29)
- # cider (6)
- # cljs-dev (9)
- # clojure (124)
- # clojure-europe (12)
- # clojure-norway (5)
- # clojure-uk (2)
- # clojurescript (32)
- # conjure (11)
- # datalevin (1)
- # datomic (16)
- # deps-new (1)
- # etaoin (6)
- # holy-lambda (10)
- # honeysql (28)
- # hyperfiddle (21)
- # jackdaw (2)
- # jobs (2)
- # leiningen (15)
- # missionary (12)
- # off-topic (132)
- # other-languages (1)
- # pathom (13)
- # rdf (10)
- # re-frame (8)
- # reagent (5)
- # releases (1)
- # remote-jobs (4)
- # shadow-cljs (32)
- # tools-deps (6)
- # vim (15)
- # xtdb (24)
you need to use :in in your query and add a where for comparing the date. there are examples in the docs
the docs are very useful for learning datomic, you really need to read most of them, multiple times. there are also example repos like day-of-datomic, but i found reading the docs to be all i need until i get into dealing with querying the log-db or other fairly advanced features.
Are there any good db clients that support Datomic? I'm aware of Datomic Console but maybe something more advanced and easier to use.
Ah, it's just an "interactive tool for browsing clojure data"... Not really Datomic-specific. https://github.com/cognitect-labs/REBL-distro
So, @U06BE1L6T, the answer to your question is probably not as of now...
yeah but the datomic api's need to returns datafy/nav for greater dev experience, like resolve references etc
as-in, REBL works great with Datomic, which already does return datafy/nav'ed data.
Is it possible to run peer-server without SSL?
Perhaps you need to set :validate-hostnames false
?
See https://forum.datomic.com/t/ssl-handshake-error-when-connecting-to-peer-server-locally/1067
(I only tried to run the peer server locally but it worked)