Show Menu
Cheatography

Elixir_ECTO Cheat Sheet (DRAFT) by

Ecto is an official Elixir project providing a database wrapper and integrated query language. With Ecto we’re able to create migrations, define schemas, insert and update records, and query them.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Adapters

Ecto is an official Elixir project providing a database wrapper and integrated query language. With Ecto we’re able to create migrat­ions, define schemas, insert and update records, and query them.

Adapters (copy)

Ecto is an official Elixir project providing a database wrapper and integrated query language. With Ecto we’re able to create migrat­ions, define schemas, insert and update records, and query them.
 

Getting start with Ecto

 
Intera­cting with data is a part of most applic­ations. These lessons explore the Ecto library and how to leverage it for our database intera­ctions.