Created
September 24, 2017 09:51
-
-
Save charmygarg/49ac4c15a0eb58347438aa8b14de9fd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.outworkers.phantom.connectors | |
trait RootConnector extends scala.AnyRef { | |
implicit def space : com.outworkers.phantom.connectors.KeySpace | |
implicit def session : com.datastax.driver.core.Session | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment