ecto-cassandra icon indicating copy to clipboard operation
ecto-cassandra copied to clipboard

Cassandra Ecto Adapter

Results 5 ecto-cassandra issues
Sort by recently updated
recently updated
newest added

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

bug
help wanted

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