I'm using [korma "0.3.0-RC5"] via lein, and get errors on references to many-to-many:
CompilerException java.lang.RuntimeException: Unable to resolve symbol: many-to-many in this context, compiling:(cavm/h2.clj:53)
From the repl, I see has-one, but not many-to-many
cavm.h2=> korma.core/many-to-many
CompilerException java.lang.RuntimeException: No such var: korma.core/many-to-many, compiling:(NO_SOURCE_PATH:1)
cavm.h2=> korma.core/has-one
CompilerException java.lang.RuntimeException: Can't take value of a macro: #'korma.core/has-one, compiling:(NO_SOURCE_PATH:1)