Hacker News new | ask | show | jobs
by kleingeld 1424 days ago
EdgeQL is very nice. Will there be a Haskell client in the no-so-distant future?
1 comments

General client question: Which ones do you intend to officially support? Interested in Elixir client that is now community maintained.
https://www.edgedb.com/roadmap#client-language-bindings

According to the roadmap:

  - Python, Javascript/Typescript, HTTP are done

  - Go, Rust, Ruby, Java, and .NET are planned
Looks like it hasn't been updated now that Rust is out. But seems like those are the languages planned.
We already have a Go driver as well[0] and you can get pretty far by executing queries over HTTP[1] though that's not as capable as a full client. As you said, the roadmap needs some freshening up.

[0] https://github.com/edgedb/edgedb-go

[1] https://www.edgedb.com/docs/clients/http/index#edgeql-over-h...