Examples readme (#25)

* Examples readme

* link?
This commit is contained in:
David Pedersen
2021-06-19 14:06:49 +02:00
committed by GitHub
parent 44577a0108
commit 8d8cc3ba3d
7 changed files with 16 additions and 30 deletions
-2
View File
@@ -7,8 +7,6 @@ use tokio_postgres::NoTls;
#[tokio::main]
async fn main() {
tracing_subscriber::fmt::init();
// setup connection pool
let manager =
PostgresConnectionManager::new_from_stringlike("host=localhost user=postgres", NoTls)