Does that have any advantage over using exposed di...
# exposed
z
Does that have any advantage over using exposed directly by calling this on application start:
Copy code
Database.connect
and just using the closure:
Copy code
transaction {
}
?