Fix compilation
This commit is contained in:
@@ -15,7 +15,7 @@ async fn main() -> anyhow::Result<()> {
|
|||||||
.max_connections(20)
|
.max_connections(20)
|
||||||
.connect(&connection_string)
|
.connect(&connection_string)
|
||||||
.await?;
|
.await?;
|
||||||
sqlx::query_as("")
|
// sqlx::query_as("")
|
||||||
connection.
|
// connection.
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user