init repo

This commit is contained in:
Ryan Pandya
2022-12-23 01:05:17 -05:00
parent 718b29ea9b
commit 210506b5ec
46 changed files with 1755 additions and 30 deletions
+4
View File
@@ -0,0 +1,4 @@
[
import_deps: [:ecto_sql],
inputs: ["*.exs"]
]
+11
View File
@@ -0,0 +1,11 @@
# Script for populating the database. You can run it as:
#
# mix run priv/repo/seeds.exs
#
# Inside the script, you can read and write to any of your
# repositories directly:
#
# Blog.Repo.insert!(%Blog.SomeSchema{})
#
# We recommend using the bang functions (`insert!`, `update!`
# and so on) as they will fail if something goes wrong.