Questions tagged [dets]
17 questions
0
votes
2 answers
Erlang dets to txt
How can i write information which store in dets to txt file?
Thank you.

0xAX
- 20,957
- 26
- 117
- 206
0
votes
1 answer
Erlang's dets doesn't create file with open_file
It's my first attempt to write anything in Erlang, so maybe the question is silly.
I'm writing a quite simple HTTP server using cowboy
db_name() -> "DB_test".
timestamp() ->
…

lenasta
- 23
- 3