phantom

Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise

APACHE-2.0 License

Stars
1K

Bot releases are hidden (Show)

phantom - Latest Release

Published by alexflav23 about 4 years ago

phantom -

Published by alexflav23 over 5 years ago

phantom - Payload.apply method with HLists

Published by alexflav23 almost 6 years ago

  • Added better support and documentation for setting custom payloads.
  • Added companion apply method using shapeless.HList to allow automatically building a Payload out of a sequence of key, value pairs where key is String and value can be any primitive.
phantom - Adding extra support for count function

Published by alexflav23 almost 6 years ago

  • Added select.count(columnName function.
  • Added select.function(table => count(table.column) function.
phantom -

Published by alexflav23 almost 6 years ago

phantom -

Published by alexflav23 almost 6 years ago

phantom -

Published by alexflav23 about 6 years ago

phantom -

Published by alexflav23 over 6 years ago

phantom -

Published by alexflav23 over 6 years ago

phantom -

Published by alexflav23 over 6 years ago

phantom -

Published by alexflav23 almost 7 years ago

phantom -

Published by alexflav23 almost 7 years ago

phantom -

Published by alexflav23 about 7 years ago

phantom -

Published by alexflav23 about 7 years ago

phantom -

Published by alexflav23 about 7 years ago

phantom - Fixing nested collection primitives

Published by alexflav23 about 7 years ago

  • Fixed support for Primitive[List[List[String]] style calls, or Primitive[List[Set[String]].
  • Made it possible to use ListColumn[List[String]] style primitives.
phantom - SASI support

Published by alexflav23 over 7 years ago

  • Added support for SASI indexes.
  • Changed underlying collection used in QueryPart to Seq instead of List for performance reasons as most operations are append only.
  • Added ability to debug BatchQuery and automatically generating a queryString for them.
phantom - Enforcing store method types

Published by alexflav23 over 7 years ago

  • Using shapeless.HList instead of Tuple as building block for store method.
  • Removed 22 field restriction for case classes used as record types.
  • Added implicit macro machinery to verify arguments passed to the store method at compile time.
  • Added more documentation.
  • Added automated inference of BatchQuery debug strings to log batch statements.
  • Re-wrote MergeList and QueryPart to use Seq as the underlying collection as we only perform append operations, improved query generation performance and API cleanliness.
phantom -

Published by alexflav23 over 7 years ago

  • Re-adding support for more column types in the old DSL.
  • Adding deprecation notices to the old DSL.
phantom -

Published by alexflav23 over 7 years ago

Package Rankings
Top 12.31% on Repo1.maven.org
Top 6.72% on Proxy.golang.org
Badges
Extracted from project README
Build Status Coverage Status Codacy Rating Maven Central ScalaDoc Gitter Percentage of issues still open Average time to resolve an issue Maven Central Bintray