All opinions aren't my own, these belongs to supreme being chosen at random
Sometimes I do some #ElixirLang and #Erlang
The advantages are obvious - bug in DuckDB (or loaded extension) will not cause BEAM VM to fail and it also helps with RAM handling (as OOM killer will handle subprocess instead of VM)
The advantages are obvious - bug in DuckDB (or loaded extension) will not cause BEAM VM to fail and it also helps with RAM handling (as OOM killer will handle subprocess instead of VM)
def fetch(queryable, opts) do
case all(queryable, opts) do
[val] -> {:ok, val}
_ -> :error
end
end
Which is proper way to do so (as `nil` is perfectly fine value returned from query).
def fetch(queryable, opts) do
case all(queryable, opts) do
[val] -> {:ok, val}
_ -> :error
end
end
Which is proper way to do so (as `nil` is perfectly fine value returned from query).
I was even planning on writing something like that with just in-memory storage, so I can test and use it in development as well.
I was even planning on writing something like that with just in-memory storage, so I can test and use it in development as well.
rg -l -telixir "" | entr -p echo /_ | mix test --listen-on-stdin
rg -l -telixir "" | entr -p echo /_ | mix test --listen-on-stdin
About OpenSSL KDF - it was released 2 years ago, so maybe it is time to add it to `crypto`.
About OpenSSL KDF - it was released 2 years ago, so maybe it is time to add it to `crypto`.