We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c6d96 commit f9d8acdCopy full SHA for f9d8acd
lib/ecto/adapters/sqlite3.ex
@@ -99,6 +99,14 @@ defmodule Ecto.Adapters.SQLite3 do
99
is encouraged to also view the guidance on [when to use SQLite][4] provided
100
by the SQLite documentation, as well.
101
102
+ ### In memory robustness
103
+
104
+ When using the Ecto SQLite3 adapter with the database set to `:memory` it
105
+ is possible that a crash in a process performing a query in the Repo will
106
+ cause the database to be destroyed. This makes the `:memory` function
107
+ unsuitable when it is expected to survive potential process crashes (for
108
+ example a crash in a Phoenix request)
109
110
### Async Sandbox testing
111
112
The Ecto SQLite3 adapter does not support async tests when used with
0 commit comments