We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6672b commit 0475b64Copy full SHA for 0475b64
README.md
@@ -16,7 +16,8 @@ Major additional concepts are:
16
* Common error handling mnemonics (eg. `Execf`, `Execp` (`MustExec`), and `Execl`)
17
* `LoadFile` for executing statements from a file
18
19
-Read the usage below to see how sqlx might help you, or check out the [API
+There is now some [fairly comprehensive documentation](http://jmoiron.github.io/sqlx/) for sqlx.
20
+You can also read the usage below for a quick sample on how sqlx works, or check out the [API
21
documentation on godoc](http://godoc.org/github.com/jmoiron/sqlx).
22
23
## install
0 commit comments