We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e1df5 commit e5f6bd4Copy full SHA for e5f6bd4
README.md
@@ -92,7 +92,7 @@ It is a very good idea to always create a connection pool at the beginning of yo
92
and then share that.
93
94
```rust
95
-# Postgres
+// Postgres
96
let pool = sqlx::PgPool::new("postgres://localhost/database").await?;
97
```
98
0 commit comments