Skip to content

Commit

Permalink
fix(readme): mention offline feature
Browse files Browse the repository at this point in the history
closes #1490
  • Loading branch information
abonander authored Nov 10, 2021
1 parent 35c5e32 commit 3604c6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ sqlx = { version = "0.5", features = [ "runtime-async-std-native-tls" ] }

- `tls`: Add support for TLS connections.

- `offline`: Enables building the macros in offline mode when a live database is not available (such as CI).
- Requires `sqlx-cli` installed to use. See [sqlx-cli/README.md][readme-offline].

[readme-offline]: sqlx-cli/README.md#enable-building-in-offline-mode-with-query

## SQLx is not an ORM!

SQLx supports **compile-time checked queries**. It does not, however, do this by providing a Rust
Expand Down

0 comments on commit 3604c6b

Please sign in to comment.