Fulcrum library for Elixir.
The aim is to present the Fulcrum API as a replacement for an Ecto Repo.
So, instead of Repo.all(Form), you can write Fulcrum.all(Form).
In this way, you only have to make minor changes to your controllers, to work with Fulcrum.