Fork me on GitHub
#mount
<
2021-11-28
>
popeye14:11:30

I was readin document of https://github.com/tolitius/mount , here it creates a conn state once and make use of that conn state through out the application right? and we can make use of this conn in the database operation, Is my understanding correct ?

(defstate conn :start (create-conn)
               :stop (disconnect conn))