Skip to content

Commit

Permalink
Merge pull request #142 from dwhjames/topic/log-conv
Browse files Browse the repository at this point in the history
Add ToDatomic conversion for Log
  • Loading branch information
dwhjames committed Nov 8, 2015
2 parents 14e3e13 + e63f43f commit 9be0951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/datomisca/toAndFromDatomic.scala
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ trait ToDatomicImplicits {
implicit val dbConv = ToDatomic[datomic.Database, Database](_.underlying)
implicit val datomConv = ToDatomic[datomic.Datom, Datom](_.underlying)
implicit val rulesConv = ToDatomic[clojure.lang.IPersistentCollection, QueryRules](_.edn)
implicit val logConv = ToDatomic[datomic.Log, Log](_.log)

}

Expand Down

0 comments on commit 9be0951

Please sign in to comment.