marco_polo icon indicating copy to clipboard operation
marco_polo copied to clipboard

Marco Polo is a binary OrientDB driver for Elixir.

Results 4 marco_polo issues
Sort by recently updated
recently updated
newest added

try marco_polo with 0.2.2, always get time out error. ``` ex(5)> {:ok, conn} = MarcoPolo.start_link(user: "reader", password: "reader", connection: :server) {:ok, #PID} ** (EXIT from #PID) evaluator process exited with...

When upgrading OrientDB to 2.2.5 and trying to connect I get the following error: ``` ** (Mix) Could not start application my_api: MyApi.start(:normal, []) returned an error: shutdown: failed to...

Is there any reason MarcoPolo doesn't use the native Elixir DateTime and Date types? Was it just done before they were added? Would seem to be more convenient, and I'd...

When many requests are made (in my case, synchronously), I eventually get the following error message: ``` ** (exit) exited in: :gen_server.call(#PID, {:operation, :command, [{:raw, "s"}, 194, {:raw, }, {:raw,...