postg 0.1.7

Embedded PostgreSQL manager for Rust
Documentation
1
2
3
4
5
6
use sqlx::{PgConnection, Connection, Executor};
use tokio::runtime::Runtime;

fn main() {
    println!("Hello");
}