/mongodb-codec

Proof of concept for generation of Codecs for case classes for standard MongoDB Scala Driver using macro annotations

Primary LanguageScala

mongodb-codec

Overview

The idea is to provide support of automatic case classes serialisation / deserialisation usign standard MongoDB Scala driver. Intention is not to use reflection in runtime but instead create codecs in compile time using macros.

How to run

Clone repo, cd into code folder. Then sbt to get into sbt console and core/run to run sample code.