1 2 3 4 5 6
use sqlx::{PgConnection, Connection, Executor}; use tokio::runtime::Runtime; fn main() { println!("Hello"); }