add ecto inspector for sqlite

This commit is contained in:
Daniel Yrovas 2025-01-09 12:43:54 +11:00
parent 0b95e18203
commit ef77e38db2
Signed by: danielyrovas
SSH key fingerprint: SHA256:1avlGZQpGW038lBkNI5lOS7f0hIPM7ecJen2/P1MCCU
2 changed files with 3 additions and 0 deletions

View file

@ -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"},