Mysql db has some parameters like auto reconnect = true and where to apply this in racket? I use the db pakage
Racket's db library doesn't support that parameter. (It's not a parameter of the database server, it's a parameter of one (?) client library, and its use seems to be discouraged.)
You might find virtual connections useful instead.
1 Like