module CassSchema

Constants

Cluster

A struct representing a Cassandra cluster. @param [Cassandra::Cluster] connection to the cassandra cluster to be used.

DataStore

A struct representing a datastore, composed of the following fields: @param [String] name of the datastore @param [CassSchema::Cluster] A list of hosts and a port representing the cluster. @param [String] keyspace @param [String] A string defining the options with which the keyspace should be created, e.g.: “{ 'class' : 'SimpleStrategy', 'replication_factor' : 3 }” @param [String] The name of the schema directory within the cass_schema directory, typically the same as the name. @param [String] Optional base directory to find the schema and migration files. statements are separated by two new lines, and a statement cannot have two newlines inside of it comments start with '#'

VERSION