Separating of Storage context

This commit is contained in:
miffy
2019-09-08 01:49:56 +02:00
parent 86a0630a7d
commit fa037fd683
34 changed files with 167 additions and 180 deletions

View File

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