11 ms·
> It's similar with languages will permit fluent SQL-like syntax mixed with general purpose programming. Other than t-sql and plpgsql, can you give an example
by jimktrains2 3y ago
> It's similar with languages will permit fluent SQL-like syntax mixed with general purpose programming.
Other than t-sql and plpgsql, can you give an example of languages with native SQL syntax? I've been thinking about building a toy language like that and haven't found anything not native to a database engine.
- beanjuiceII 3y agodoes C# https://learn.microsoft.com/en-us/dotnet/csharp/linq/get-started/query-expression-basics https://learn.microsoft.com/en-us/dotnet/csharp/linq/get-sta... count?
- orthoxerox 3y agoOr even better, VB.NET, since it has both LINQ and XML literals.