文件名称:rust-postgis:Postgis帮助程序库
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-12 03:36:07
Rust
锈迹 rust-postgres的扩展,增加了对PostGIS的支持。 PostGIS类型帮手 GCJ02支持(在*官方使用) 微小的WKB(TWKB)支持 用法 use postgres :: {Client, NoTls}; use postgis :: {ewkb, LineString}; fn main () { let mut client = Client :: connect ( "host=localhost user=postgres" , NoTls). unwrap (); for row in & client. query ( "SELECT * FROM busline" , & []). unwrap () { let route: ewkb :: LineString = row. get ( "route" )
【文件预览】:
rust-postgis-master
----.gitignore(102B)
----src()
--------error.rs(796B)
--------postgis.rs(33KB)
--------types.rs(2KB)
--------twkb.rs(27KB)
--------mars.rs(10KB)
--------ewkb.rs(72KB)
--------lib.rs(2KB)
----.travis.yml(490B)
----LICENSE(1KB)
----CHANGELOG.md(666B)
----Cargo.toml(564B)
----README.md(2KB)