Skip to content

Commit

Permalink
README: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Nov 3, 2023
1 parent c188667 commit a012e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See https://sqlite.org/sqlar.html

The implementation of [`sqlarfs`](https://pkg.go/dev/github.com/dolmen-go/sqlar/sqlarfs) is quite
naive so far:
* the DB is queried on every directory read, almost without caching (`v0.2.0`` has only a cache for [FileInfo](https://pkg.go.dev/io/fs.FileInfo) of directory entries).
* the DB is queried on every directory read, almost without caching (`v0.2.0` has only a cache for [FileInfo](https://pkg.go.dev/io/fs.FileInfo) of directory entries).
* file data is entirely read in memory on first read of a file.
* reading file data is done purely through the SQL layer via the
[database/sql](https://pkg.go.dev/database/sql) package. The C implementation of
Expand Down

0 comments on commit a012e18

Please sign in to comment.