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

PostGis types and functions #232

Closed
bfrog opened this Issue Mar 7, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@bfrog

bfrog commented Mar 7, 2016

It would be great if diesel supports various postgis types and functions

@sgrif

This comment has been minimized.

Member

sgrif commented Mar 8, 2016

This isn't something I would want to put in the main Diesel crate, but it was designed to make it easy to add support for extensions like this. Here's an example crate which adds support for PG full text search. https://github.com/sgrif/diesel_full_text_search/blob/master/src/lib.rs

@sgrif sgrif closed this Mar 8, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment