Skip to content

Commit

Permalink
Merge 14930f1 into 56d80d5
Browse files Browse the repository at this point in the history
  • Loading branch information
umit committed May 10, 2015
2 parents 56d80d5 + 14930f1 commit 7ab1219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Phantom connectors now require an ```implicit com.websudos.phantom.connectors.Ke
use ```KeySpace.apply``` or simply: ```trait MyConnector extends Connector { implicit val keySpace = KeySpace("your_def") } ```. This change allows us to
replace the existing connector model and vastly improve the number of concurrent cluster connections required to perform operations on various keyspaces.
Insteaed of the 1 per keyspace model, we can now successfully re-use the same session without evening needing to switch as phantom will use the full CQL
reference syntax, e.g ```SELECT FROM keyspace.table``` instead of ```SELECY FROM table```.
reference syntax, e.g ```SELECT FROM keyspace.table``` instead of ```SELECT FROM table```.

A entirely new set of options have been enabled in the type safe DSLs. You can now alter tables, specify advanced compressor behaviour and so forth, all
from within phantom and with the guarantee of auto-completion and type safety.
Expand Down

0 comments on commit 7ab1219

Please sign in to comment.