Skip to content
New issue

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

Work with rust-postgres type converters? #1

Open
bluejekyll opened this issue Dec 30, 2018 · 2 comments
Open

Work with rust-postgres type converters? #1

bluejekyll opened this issue Dec 30, 2018 · 2 comments

Comments

@bluejekyll
Copy link
Owner

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.

@vittrup88
Copy link

Please consider also integrating postgis types.
Like these:
https://github.com/andelf/rust-postgis
https://crates.io/crates/postgis

@bluejekyll
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants