As I wrote last week, this summer I’m working on bringing the power of NoSQL to Ecto. This week I’d like to share with you what I learned about Ecto adapters alongside some tips on how to implement Ecto adapters for new databases. Maybe this will be your next week-end project? What does it take? Creating adapters for Ecto is really easy. The documentation is great (as in all core projects in Elixi