Please consider supporting NetTopologySuite in PostgreSQL OrmLite

Hello, I am building a Transportation logistics application that uses PostgreSQL and PostGIS. Many of the tables use Geometry and Geography columns such as geometry(Point, 4326). With EF Core 2.2 and above, I am able to model these columns as NetTopologySuite.Geometries.Point. I would like to use OrmLite for this project instead of EF Core 2.2. I would like to use these data types defined in NetTopologySuite.Geometries when mapping column data types. Please provide a sample on how this can be done, if supported. If this feature will not be supported, are there any alternatives? Thanks for your help.

It’s not supported yet, but you could potentially implement it using a custom Type Converter.

You can submit any feature requests to UserVoice.