fn init_db() -> Client { let mut client = Client::connect("host=localhost user=postgres password=postgres dbname=olap_db", NoTls).unwrap(); client.batch_execute ...