Packages

Library for exposing Ecto Schemas entities and attributes.

Current section

Files

Jump to
db_info lib db_info.ex
Raw

lib/db_info.ex

defmodule DbInfo do
@external_resource "README.md"
@moduledoc @external_resource
|> File.read!()
|> String.split("<!-- MDOC !-->")
|> Enum.fetch!(1)
end