You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current setup in the quickstart is not working with an in-memory db. Having a container that does the migration and a different one running kratos those two do not share memory (and thus the db has no migrations). I think with the memory alias we should also apply migrations automatically.
On 2. Mar 2020, at 14:54, Patrik ***@***.***> wrote:
The current setup in the quickstart is not working with an in-memory db. Having a container that does the migration and a different one running kratos those two do not share memory (and thus the db has no migrations). I think with the memory alias we should also apply migrations automatically.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Is your feature request related to a problem? Please describe.
SQLite supports memory with
sqlite://foo.db?mode=memory&_fk=true
. Usingdsn: memory
should be an alias for that.The text was updated successfully, but these errors were encountered: