Can Ecto be used with couchbase and postgresql at the same time?

Hello everyone! Can I use Ecto with Couchbase while at the same time using PostgresSQL?

Ecto allows you to make as many Repos as you want. They each have their own configuration so are entirely independent of each other.

3 Likes

What has your experience been using Ecto with Couchbase? I’m interested in using it in an upcoming project - I need a CP document database - but the Ecto docs seem really focused on relational DBs…hoping I’m not making the wrong choice (one way or the other).