File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ but you can opt into them with the `sqlite3_flock` build tag.
28
28
On Windows, this package uses ` LockFileEx ` and ` UnlockFileEx ` ,
29
29
like SQLite.
30
30
31
- You can also opt into a cross platform locking implementation
31
+ You can also opt into a cross- platform locking implementation
32
32
with the ` sqlite3_dotlk ` build tag.
33
+ The only requirement is an atomic ` os.Mkdir ` .
33
34
34
35
Otherwise, file locking is not supported, and you must use
35
36
[ ` nolock=1 ` ] ( https://sqlite.org/uri.html#urinolock )
@@ -55,7 +56,7 @@ will fail with the [`SQLITE_PROTOCOL`](https://sqlite.org/rescode.html#protocol)
55
56
56
57
On Windows, this package may use ` MapViewOfFile ` , like SQLite.
57
58
58
- You can also opt into a cross platform, in-process, memory sharing implementation
59
+ You can also opt into a cross- platform, in-process, memory sharing implementation
59
60
with the ` sqlite3_dotlk ` build tag.
60
61
61
62
Otherwise, [ WAL support is limited] ( https://sqlite.org/wal.html#noshm ) ,
You can’t perform that action at this time.
0 commit comments