fulcro 2026-04-01

This may be silly, but why is the DB table for entities shaped:

{:entity/id {1 {....
but not
{[:entity/id 1] {
is there a practical reason for it?

(get-in db ident)

keys in the top level map won’t sort (unless you resort to a sorted-map)..so an ident-based key would be very hard to find things (visually)

😮 1