Our local Datomic expert @rwtnorton wrote a great command-line operations tool for people to do simple queries and data fixes against Datomic using an SQL 92 syntax. Think psql
for Datomic. We just open-sourced that at https://github.com/untangled-web/sql-datomic
@tony.kay It may be worth posting that in the announcements channel
doing that now 🙂
and maybe the datomic channel
way ahead of you 😉
also tweeted it
hello, when using df/load-data
, even using :marker false
I'm getting my data replaced during the fetch (causing flickering), the node point I'm reloading is a an ident (vector form), I'm suspecting it's making it a blank map during the load (with :marker true
it gets the map with the markers), is that way to avoid any changes at all on my state until the data is fetched?
latest version?
there were some very recent patches related to that
might even try SNAPSHOT
Im using untangled client 0.5.6
commit d56a564e784a7b657eac0176ec183539cfd2ccfd on SNAPSHOT
I don't think it is released.
let me make sure shapshot is up-to-date
0.5.7-SNAPSHOT
on clojars
if that doesn't fix it (with :marker false
) then it is an issue
@tony.kay thanks, using the updated version fixed the problem 🙂
great
let me know if that version seems solid, and I'll release it
ok, I'll keep on it an let you know if run in any issues later today
@tony.kay so far so good, I touched pretty much all my app and didn't found any problems with the current snapshot
k. It should just be bug fix. I'll push a release
done. 0.5.7 is out