3 packages tagged with “sqlclr”
H3 SQL Server CLR implementation, bringing support for Uber's H3 geospatial indexing to SQL Server. Supports converting between H3 indices and native Geography / SqlGeography types via Microsoft.SqlServer.Types. Reworked from https://github.com/pocketken/H3.net, ruining beautiful code with net481 support, and replacing NetTopologySuite support with SqlGeography. Should in theory build on Windows, Linux, and MacOs.
EasyPersistence.EFCore extends Entity Framework Core with high-performance repository and unit of work patterns, advanced fuzzy search and n-gram extensions, and SQL CLR integration for efficient search. Designed for scalable, maintainable, and testable .NET data layers, it follows modern C# and Microsoft coding standards, with comprehensive XML documentation and NuGet-ready modularity.
SQLGeography Simplification - SQL Server CLR implementation of Visvalingam. Supports simplifying native Geography / SqlGeography types via Microsoft.SqlServer.Types, using Visvalingam's algorithm, and choosing to either retain a minimum percentage of points, or limit by the minimum area acceptable to remove. Should in theory build on Windows, Linux, and MacOs.