Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 663 Bytes

File metadata and controls

22 lines (16 loc) · 663 Bytes

pokedex-schema

Shared Ecto schema definitions for the pokedex project.

This library contains the database models used by multiple services in the pokedex ecosystem, including:

Installation

Add pokedex_schema as a dependency in your mix.exs:

def deps do
  [
    {:pokedex_schema,
     git: "https://github.com/michaelmaysonet74/pokedex-schema.git",
     tag: "v0.2.0"}
  ]
end