Skip to content

Commit af473c7

Browse files
authored
Update README.md
1 parent a946c00 commit af473c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vfs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ but you can opt into them with the `sqlite3_flock` build tag.
2828
On Windows, this package uses `LockFileEx` and `UnlockFileEx`,
2929
like SQLite.
3030

31-
You can also opt into a cross platform locking implementation
31+
You can also opt into a cross-platform locking implementation
3232
with the `sqlite3_dotlk` build tag.
33+
The only requirement is an atomic `os.Mkdir`.
3334

3435
Otherwise, file locking is not supported, and you must use
3536
[`nolock=1`](https://sqlite.org/uri.html#urinolock)
@@ -55,7 +56,7 @@ will fail with the [`SQLITE_PROTOCOL`](https://sqlite.org/rescode.html#protocol)
5556

5657
On Windows, this package may use `MapViewOfFile`, like SQLite.
5758

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
5960
with the `sqlite3_dotlk` build tag.
6061

6162
Otherwise, [WAL support is limited](https://sqlite.org/wal.html#noshm),

0 commit comments

Comments
 (0)