Conrad Steenberg
Conrad Steenberg
For a `pgsql_connection:extended_query` of the form INSERT INTO address (v, acct_id, org_id,) VALUES ( $1, $2, $3) RETURNING id; The return value is e.g. ```{{insert, 0, 1}, {[{record, }]}}``` I.e....
Thanks for a very useful extension! I noticed that if `eunit` is included with ``` -include_lib("eunit/include/eunit.hrl"). ``` there are warnings about unused functions ending in `_test`. The `eunit` module exports...
FFI
Very interesting project! If you plan to keep working on the language it would be very useful to be able to call other C functions :)
To help with learning. Exercism is rolling out a new v3.
REPL
Maybe https://github.com/efene/efene/blob/master/src/fn_repl.erl can serve as an example