Overview

Diesel is a toolkit that allows you to design extensible DSLs in Elixir.

DSLs built with Diesel are:

  • declarative: they look just like HTML
  • structured: the schema is checked at compile time
  • extensible: via package modules and generators