LINQ to DB Remote HttpClient package provides client classes to query database remotely using HttpClient.
$ dotnet add package linq2db.Remote.HttpClient.ClientThis package provides required client classes to query database from remote client using Linq To DB library over HttpClient transport.
You can find working example here.
We provide gRPC support, Signal/R Client support and Signal/R Server support, HttpClient.Client support and HttpClient.Server support, and WCF support (.NET Framework only currently).
If you need Remote Context support over other types of transport, you can create feature request or send PR with transport implementation.