Talk
28:00
Wired Up! Using ecto without schemas
Schemas are an important part of using ecto, but sometimes you don’t know the content to handle in advance. Get to know some of the important features ecto provides, which allow it to remain a useful toolkit even when skipping such an integral part of it.
Learn how to provide a custom query language backed by ecto and how to use it for querying database tables unknown at compile time.
Benjamin Milde takes some of his favourite CMS’ – ProcessWire – underlying implementations for data querying and storage layout and reimagine those using ecto.