We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example: https://github.com/sfackler/rust-postgres/blob/master/postgres-protocol/src/types.rs
It would be neat to try and reuse those type conversions for PgDatum's. Though they are BigEndian, whereas PgDatum is NativeEndian.
The text was updated successfully, but these errors were encountered:
Please consider also integrating postgis types. Like these: https://github.com/andelf/rust-postgis https://crates.io/crates/postgis
Sorry, something went wrong.
I think that would a great addition. It would probably need to be optional, as it would require the postgis extension to be installed.
I think that could be a separate issue.
No branches or pull requests
For example:
https://github.com/sfackler/rust-postgres/blob/master/postgres-protocol/src/types.rs
It would be neat to try and reuse those type conversions for PgDatum's. Though they are BigEndian, whereas PgDatum is NativeEndian.
The text was updated successfully, but these errors were encountered: