Shared Ecto schema definitions for the pokedex project.
This library contains the database models used by multiple services in the pokedex ecosystem, including:
- pokedex-api – The GraphQL & REST API layer.
- pokedex-etl – The data ingestion and processing service.
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