Skip to content

Commit

Permalink
fixed README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Aug 1, 2022
1 parent 6292e6c commit 8268c26
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 @@ -91,7 +91,7 @@ Running/building the application is the same as for any other Go program, aka. j

**PocketBase embeds SQLite, but doesn't require CGO.**

If CGO is enabled, it will use [mattn/go-sqlite3](https://pkg.go.dev/github.com/mattn/go-sqlite3) driver, otherwise - [modernc.org/sqlite](https://pkg.go.dev/modernc.org/sqlite). You can enable and disable CGO by setting the `CGO_ENABLED` enviroment variable to `1` or `0` respectively.
If CGO is enabled, it will use [mattn/go-sqlite3](https://pkg.go.dev/github.com/mattn/go-sqlite3) driver, otherwise - [modernc.org/sqlite](https://pkg.go.dev/modernc.org/sqlite). You can enable and disable CGO by setting the `CGO_ENABLED` environment variable to `1` or `0` respectively.

Enable CGO only if you really need to squeeze the read/write query performance at the expense of complicating cross compilation.

Expand Down

0 comments on commit 8268c26

Please sign in to comment.