rethinkdb-elixir icon indicating copy to clipboard operation
rethinkdb-elixir copied to clipboard

Rethinkdb client in pure elixir (JSON protocol)

Results 21 rethinkdb-elixir issues
Sort by recently updated
recently updated
newest added

Right now, we support Maps, Lists and values in our data. What should happen if someone does: ``` table("people") |> insert(%Person{name: "Joe"}) |> run conn ``` Options are: 1. Treat...

Results