```clj (-> (d/empty-db {:comp {:db/valueType :db.type/ref, :db/isComponent true}}) (d/with [{:comp {}}]) :tx-data) ; => [#datascript/Datom [1 :comp 2 536870913 true]] ```