Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upPostGis types and functions #232
Comments
This comment has been minimized.
|
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
closed this
Mar 8, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bfrog commentedMar 7, 2016
It would be great if diesel supports various postgis types and functions