get
get(module(), any(), keyword()) :: Ecto.Schema.t() | nil
Get a version by its (version) id where module is the non-version schema.
module
Options can include anything used by the repo's get/3.
get/3