add ecto inspector for sqlite
This commit is contained in:
parent
0b95e18203
commit
ef77e38db2
2 changed files with 3 additions and 0 deletions
1
mix.exs
1
mix.exs
|
@ -37,6 +37,7 @@ defmodule Wild.MixProject do
|
|||
{:phoenix_ecto, "~> 4.5"},
|
||||
{:ecto_sql, "~> 3.10"},
|
||||
{:ecto_sqlite3, ">= 0.0.0"},
|
||||
{:ecto_sqlite3_extras, "~> 1.2.0"},
|
||||
{:phoenix_html, "~> 4.1"},
|
||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||
{:phoenix_live_view, "~> 1.0.0"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue