"connect" doesn't really create connection to DB, ...
# exposed
t
"connect" doesn't really create connection to DB, it just setups how new connections should be created. Every time you call
transaction {}
(at top level) Exposed will create connection and close it on exit from
transaction
block.