You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following code does not compile, due to no support for javax.sql.ConnectionPoolDataSource for Database.connect(pooldatasource)
val datasource: javax.sql.ConnectionPoolDataSource= com.impossibl.postgres.jdbc.PGConnectionPoolDataSource()
val database =Database.connect(datasource)
The text was updated successfully, but these errors were encountered:
Following code does not compile, due to no support for
javax.sql.ConnectionPoolDataSource
forDatabase.connect(pooldatasource)
The text was updated successfully, but these errors were encountered: