Build Status Coverage Status Codacy Rating Maven Central Bintray ScalaDoc Gitter

Version history ===========================================

1.28.x series

1.27.0

1.26.1

1.26.0

Breaking changes

Instead of:


import com.websudos.phantom.dsl._

case class MyRecord(id: UUID, props: Map[String, String])

class MyTable extends CassandraTable[MyTable, MyRecord] {
  object id extends UUIDColumn(this) with PartitionKey[UUID]
  object props extends MapColumn[MyTable, MyRecord, String, String](this)
}

// you can now simply type

import com.websudos.phantom.dsl._

case class MyRecord(id: UUID, props: Map[String, String])

class MyTable extends CassandraTable[MyTable, MyRecord] {
  object id extends UUIDColumn(this) with PartitionKey[UUID]
  object props extends MapColumn[String, String](this)
}

0.6.0

0.7.0

0.8.0

0.9.0

1.0.0

1.1.0

1.2.0

1.3.0

1.4.0

1.5.0

1.8.0

1.8.12

1.8.13

1.10.0

1.11.0

1.12.0

1.13.0

1.15.0

1.16.0

1.17.5

1.17.7

1.18.0

1.18.1

1.19.0

1.19.1

1.20.0

1.21.0

1.21.1

1.21.2

1.21.3

1.21.4

1.21.5

1.22.0

1.22.1

1.25.0

1.25.1

1.25.2