Is it possible to have a thread that update contents on the table A, and another thread that queries table A on the same connexion, or I need 2 DbConn objects ? I guess it doesn't make much sense to share anyway since nim supposedly separates all memory, though I could copy the conn object on a channel ? can of worms ?