Library to convert an SQL schema into an Ecto schema

Context

I am building an application that takes a SQL schema dump and offers a CRUD API for it.

What am I looking for

I am trying to find a library or tool in the Elixir ecosystem that already does it, but had not find one yet, and I doubt I will find one, but doesn’t hurt to try :slight_smile:

Finding a one that would generate the code for the Ecto schemas from a SQL schema would be of a great help :smiley:

Does anyone know of one?

1 Like