# exandra v1.0.0 - Table of Contents Exandra is an Elixir library that brings the power of Scylla/Cassandra to Ecto. ## Modules - [Exandra](Exandra.md): Adapter module for [Apache Cassandra](https://cassandra.apache.org/_/index.html) and [ScyllaDB](https://www.scylladb.com/). - [Exandra.Batch](Exandra.Batch.md): A struct that represents a batch of queries to be executed in a single request to Cassandra/Scylla. - [Exandra.EmbeddedType](Exandra.EmbeddedType.md): `Ecto.ParameterizedType` for **User-Defined Types** (UDTs) with Ecto.Schemas. - Ecto types - [Exandra.Counter](Exandra.Counter.md): `Ecto.Type` for counters. - [Exandra.Inet](Exandra.Inet.md): `Ecto.Type` for inets. - [Exandra.Map](Exandra.Map.md): `Ecto.ParameterizedType` for maps. - [Exandra.Set](Exandra.Set.md): `Ecto.ParameterizedType` for sets. - [Exandra.Tuple](Exandra.Tuple.md): `Ecto.ParameterizedType` for tuples. - [Exandra.UDT](Exandra.UDT.md): `Ecto.ParameterizedType` for **User-Defined Types** (UDTs).