Fork me on GitHub
#beginners
<
2019-12-08
>
ScArcher06:12:09

If I have a vector of data ["one" "two" "three" "four"] how can I turn that into a map {"one" "two" "three" "four"}

Artur Aralin08:12:35

(apply hash-map your-source-vec)

ScArcher06:12:38

Nevermind I keep forgetting you can use apply hashmap and it uses the vector as parameters so it works.

Artur Aralin13:12:04

What the library use to connect with postgres?