We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387b8dd commit e6b7411Copy full SHA for e6b7411
2 files changed
README.md
@@ -12,7 +12,7 @@ Rust-Postgres is a pure-Rust frontend for the popular PostgreSQL database. It
12
exposes a high level interface in the vein of JDBC or Go's `database/sql`
13
package.
14
```rust
15
-extern mod postgres;
+extern mod postgres = "github.com/sfackler/rust-postgres";
16
extern mod extra;
17
18
use extra::time;
lib.rs
@@ -4,7 +4,7 @@ exposes a high level interface in the vein of JDBC or Go's `database/sql`
4
5
6
7
8
9
10
0 commit comments