vitaly-m / postgis-diesel

Postgis types extension for Diesel framework
MIT License
37 stars 15 forks source link

add sql mappings for GeometryContainer #18

Closed Plunts closed 1 year ago

Plunts commented 1 year ago

I created this with #17 but decided to decouple the pull requests: This commit adds sql mappings (FromSql and ToSql) for GeometryContainer, meaning you can use it directly in your entity struct (as demonstrated in the integration test).