whatyouhide/xandra

Wiring up with Ecto

Closed this issue · 1 comments

Is there any clean way to achieve this?

Cassandra is not a relational database, and Ecto really tends to work best with relational databases. However, there are multiple examples of folks trying this out:

The idea in any case is to build an Ecto adapter for Cassandra. This is not something that belongs in Xandra, though.