module Cequel::Metal
The Cequel::Metal
layer provides a low-level interface to the Cassandra database. Most of the functionality is exposed via the DataSet
class, which encapsulates a table with optional filtering, and provides an interface for constructing read and write queries. The Metal
layer is not schema-aware, and relies on the user to construct valid CQL queries.