Hello! Can I create Database connection WITHOUT ma...
# exposed
r
Hello! Can I create Database connection WITHOUT making it default database? I need to create temporary connection to other database, but event if I manually change TransactionManager.defaultDatabase then still there is a small window in which new, temporary db is "default" for whole backend application
a
transaction
acceps a database parameter.