ecto-cassandra
ecto-cassandra copied to clipboard
Cassandra Ecto Adapter
I am trying to use the ecto-cassandra along with my postgres database. However the current ecto version I am using is `{:ecto, "~> 3.4.0"}` and the requirement for this project...
We are trying to replace Postgres adapter with this one, but simple drop-in did not work: ``` 14:32:27.613 [error] Cassandra.Connection (#PID) failed to connect: ** (Cassandra.ConnectionError) TCP Connect :timeout 14:32:27.613...
related to https://github.com/cafebazaar/elixir-cassandra/pull/9
There must be a way to run lots of tests in parallel as reported in #3, using `SQL.Sandbox` is the preferred way to do this