:wave: I'm trying to find out if there is a way no...
# exposed
p
👋 I'm trying to find out if there is a way not to have a singleton Database connection and use it ? To use more than one
Copy code
val db = Database.connect(datasource)
val db2 = Database.connect(datasource2)
...