Florian Odronitz

Results 10 issues of Florian Odronitz

Hi, in my code I do a copy like this (Connection is the PID of a pgsql_connection process): ``` erlang copy_to(TableName, Data, Connection) -> {copy_in, [text]} = pgsql_connection:simple_query(["COPY \"", TableName,...

maybe wrap thrift or protbufs or bson?

Hi! Would you consider publishing Wormhole on Hex (https://hex.pm)? I built a caching library that uses Wormhole (https://github.com/odo/coop_cache) and like to publish it but all dependencies need to be on...