Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2024
1 parent 9886b91 commit bdde203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/website/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ And there are many projects similar to PRQL:
contains many of the criticisms of SQL that inspired PRQL.
- [FunSQL.jl](https://github.com/MechanicalRabbit/FunSQL.jl) is a library in
Julia which compiles a nice query syntax to SQL. It requires a Julia runtime.
- [LINQ](https://learn.microsoft.com/en-us/dotnet/csharp/linq/get-started/write-linq-queries), is a
pipelined language for the `.NET` ecosystem which can (mostly) compile to SQL.
It was one of the first languages to take this approach.
- [LINQ](https://learn.microsoft.com/en-us/dotnet/csharp/linq/get-started/write-linq-queries),
is a pipelined language for the `.NET` ecosystem which can (mostly) compile to
SQL. It was one of the first languages to take this approach.
- [Sift](https://github.com/RCHowell/Sift) is an experimental language which
heavily uses pipes and relational algebra.

Expand Down

0 comments on commit bdde203

Please sign in to comment.