Exandra (exandra v0.1.16)
Adapter module for Apache Cassandra and ScyllaDB.
Uses Xandra
for communication with the
underlying database.
examples
Examples
To configure your Ecto repository to use this adapter, you can use the
:adapter
option. For example, when defining the repo:
defmodule MyApp.Repo do
use Ecto.Repo, otp_app: :my_app, adapter: Exandra
end