Skip to content

SQL Server CLR geometry and geography data types for Go

License

Notifications You must be signed in to change notification settings

gaspardle/go-mssqlclrgeo

Repository files navigation

go-mssqlclrgeo

A deserializer and serializer for geography and geometry data type of Microsoft SQL Server.

WKB

Can also convert from WKB (Well-known binary) to SQL Server CLR type. Currently support theses types:

  • Point
  • LineString
  • Polygon
  • MultiPoint
  • MultiLineString
  • MultiPolygon
  • GeometryCollection
  • CircularString

To do

  • geometry validation

About

SQL Server CLR geometry and geography data types for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages