bamorim/typed_ecto_schema

A library to define Ecto schemas with typespecs without all the boilerplate code.

Elixir
This is stars and forks stats for /bamorim/typed_ecto_schema repository. As of 09 May, 2024 this repository has 231 stars and 14 forks.

TypedEctoSchema TypedEctoSchema provides a DSL on top of Ecto.Schema to define schemas with typespecs without all the boilerplate code. For example, if you want to add type information about your Ecto.Schema, you normally do something like this: defmodule Person do use Ecto.Schema @enforce_keys [:name] schema "people" do field(:name, :string) field(:age, :integer) field(:happy, :boolean, default: true) field(:phone, :string) belongs_to(:company, Company) timestamps(type:...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
trento-project/webElixirJavaScriptHTML160110
edgurgel/httpoisonElixir2.2k03520
elixir-mint/mintElixirErlangDockerfile1.3k01000
potatosalad/erlang-joseErlangElixirOther2820910
anchore/syftGoShellPython4.8k04400
ntrepid8/ex_cryptoElixir1320450
aws-beam/aws-elixirElixir47601300
elixir-wallaby/wallabyElixirHTMLShell1.5k01830
DockYard/flame_onElixirHTML1750120
burrito-elixir/burritoCElixirZig6730220