In the last big app I worked on, we had 3 or more ...
# exposed
d
In the last big app I worked on, we had 3 or more different databases in use, and I don't think Exposed would have worked at all in that environment. The design of being able to connect to a database and sometime later say "transaction { stuff }" is fine for web servers, but in more complex apps with multiple databases I think it would become unsustainably confusing.