switch to sqlite, generate new project as 'quip'

This commit is contained in:
2024-09-02 19:47:01 -04:00
parent 3e77cb13b2
commit f5c2b7d67e
47 changed files with 220 additions and 231 deletions

View File

@@ -5,7 +5,7 @@
# Inside the script, you can read and write to any of your
# repositories directly:
#
# PhoenixTest.Repo.insert!(%PhoenixTest.SomeSchema{})
# Quip.Repo.insert!(%Quip.SomeSchema{})
#
# We recommend using the bang functions (`insert!`, `update!`
# and so on) as they will fail if something goes wrong.