feat: first entities in database

This commit is contained in:
2026-04-23 12:21:13 +02:00
parent 28141deb8b
commit 13ac446793
10 changed files with 568 additions and 1 deletions

View File

@@ -23,7 +23,8 @@ defmodule BDS.MixProject do
[
{:ecto_sql, "~> 3.13"},
{:ecto_sqlite3, "~> 0.21"},
{:luerl, "~> 1.5"}
{:luerl, "~> 1.5"},
{:jason, "~> 1.4"}
]
end