Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-exposed-starter
/
com.keel.db.database
/
DatabaseFactory
/
Companion
/
postgresql
postgresql
fun
postgresql
(
host
:
String
,
port
:
Int
=
5432
,
database
:
String
,
username
:
String
,
password
:
String
,
poolSize
:
Int
=
10
)
:
DatabaseFactory
(
source
)
Create a PostgreSQL database factory.