This commit is contained in:
2026-07-14 22:50:46 +04:00
parent 27143319e3
commit bd19e0682b
3116 changed files with 467189 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{application,phoenix_ecto,
[{modules,['Elixir.Phoenix.Ecto',
'Elixir.Phoenix.Ecto.CheckRepoStatus',
'Elixir.Phoenix.Ecto.PendingMigrationError',
'Elixir.Phoenix.Ecto.SQL.Sandbox',
'Elixir.Phoenix.Ecto.SQL.SandboxSession',
'Elixir.Phoenix.Ecto.StorageNotCreatedError',
'Elixir.Plug.Exception.Ecto.CastError',
'Elixir.Plug.Exception.Ecto.NoResultsError',
'Elixir.Plug.Exception.Ecto.Query.CastError',
'Elixir.Plug.Exception.Ecto.StaleEntryError',
'Elixir.Plug.Exception.Ecto.SubQueryError',
'Elixir.Plug.Exception.Phoenix.Ecto.PendingMigrationError',
'Elixir.Plug.Exception.Phoenix.Ecto.StorageNotCreatedError']},
{optional_applications,[phoenix_html,postgrex]},
{applications,[kernel,stdlib,elixir,logger,phoenix_html,ecto,
plug,postgrex]},
{description,"Integration between Phoenix & Ecto"},
{registered,[]},
{vsn,"4.7.0"},
{mod,{'Elixir.Phoenix.Ecto',[]}},
{env,[{exclude_ecto_exceptions_from_plug,[]}]}]}.