摘要: use postgres::{Client, NoTls}; fn main(){ let mut client = Client::connect("host=localhost user=postgres password=postgres port=5433", NoTls).unwrap() 阅读全文
posted @ 2022-07-27 13:46 CrossPython 阅读(79) 评论(0) 推荐(0)