File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ defmodule Ecto.Adapters.SQLite3 do
35
35
`:incremental`. Depending on the database size, `:incremental` may be
36
36
beneficial.
37
37
* `:locking_mode` - Defaults to `:normal`. Allowed values are `:normal` or
38
- `:exclusive`. See [sqlite documenation ][1] for more information.
38
+ `:exclusive`. See [sqlite documentation ][1] for more information.
39
39
* `:secure_delete` - Defaults to `:off`. Can be `:off` or `:on`. If `:on`, it will cause SQLite3
40
40
to overwrite records that were deleted with zeros.
41
41
* `:wal_auto_check_point` - Sets the write-ahead log auto-checkpoint
@@ -45,7 +45,7 @@ defmodule Ecto.Adapters.SQLite3 do
45
45
Default is `2000`.
46
46
* `:pool_size` - the size of the connection pool. Defaults to `5`.
47
47
48
- For more information about the options above, see [sqlite documenation ][1]
48
+ For more information about the options above, see [sqlite documentation ][1]
49
49
50
50
### Differences between SQLite and Ecto SQLite defaults
51
51
You can’t perform that action at this time.
0 commit comments