Supported Database types

Does Ecto support non-sql document databases or just [: those old ;] relational ones?

The design clearly prefers relational databases, but there has been an mongoDB driver for ecto 1.x.

So it should be possible to use any non-relational DB as well. But still ecto requires a fixed “shape” of the data.

Old does not necessarily mean that its bad. It is just a different approach…

1 Like

I found one for mnesia and one for RethinkDB.