formatting
This commit is contained in:
@ -2,7 +2,9 @@ use postgres::{Client, NoTls};
|
||||
|
||||
fn main() {
|
||||
let mut client = Client::connect("host=192.168.0.10 port=28945 user=hentai password=h99nqaNPhpfbuuhCDwQXLpZAnoVTjSQP7taoqmQhpzc2rPLVC4JUAKxAHfuuhuU9", NoTls).unwrap();
|
||||
let output = client.query("SELECT * FROM get_urls_and_paths('Rule34');", &[]).unwrap();
|
||||
let output = client
|
||||
.query("SELECT * FROM get_urls_and_paths('Rule34');", &[])
|
||||
.unwrap();
|
||||
let mut url: &str;
|
||||
let mut path: &str;
|
||||
|
||||
|
Reference in New Issue
Block a user