Edgedb Elixir Save

Elixir client for EdgeDB

Project README

Elixir client for EdgeDB

Client documentation is available on edgedb.com and on hex.pm.

How to use:

iex(1)> {:ok, client} = EdgeDB.start_link() # NOTE: you should initialize EdgeDB project first
iex(2)> arg = [16, 13, 2, 42]
iex(3)> ^arg = EdgeDB.query_required_single!(client, "select <array<int64>>$arg", arg: arg)
[16, 13, 2, 42]
Open Source Agenda is not affiliated with "Edgedb Elixir" Project. README Source: edgedb/edgedb-elixir
Stars
85
Open Issues
2
Last Commit
1 month ago
License

Open Source Agenda Badge

Open Source Agenda Rating