fluent-postgis
fluent-postgis copied to clipboard
Swift PostGIS support for FluentPostgreSQL and Vapor
Results
1
fluent-postgis issues
Sort by
recently updated
recently updated
newest added
I have model ``` final class Organization: PostgreSQLModel { var id: Int? var location: GeographicPoint2D? } ``` However, I do receive error when passing KeyPath >>> Cannot convert value of...