use postgres::{Client, NoTls}; use postgis::{ewkb, LineString}; fn main() { let mut client = Client::connect("host=localhost user=postgres", ...
確定! 回上一頁