Fork me on GitHub
#datomic
<
2016-01-01
>
curtosis00:01:45

finally trying to transact some nested maps, and stymied by: :db.error/not-a-db-id Invalid db/id: #db/id[:part/user -1000725]. It's not supposed to be a valid db/id yet, right?

curtosis00:01:03

thus the whole point of tempids...

tyler00:01:05

does anyone know of any libraries for converting a nested map to eav?

curtosis00:01:35

never mind... shoulda been :db.part/user, not :part/user. sigh I'll take that as a sign I should step away from the keyboard until next year.

genRaiy20:01:29

FYI I made a demo for using Datomic with Hoplon that is now part of the demos project. I have just created a PR that also shows the update round trip. Uses the in-memory database for simple provisioning.

genRaiy20:01:06

so if anybody wants to get started with Datomic on Hoplon there are now a few simple examples