← Back to Kairo Docs
|
API Reference (Dokka)
Kairo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kairo
feature
/
kairo.sql
/
SqlFeatureConfig
/
ConnectionPool
/
Size
Size
data
class
Size
(
val
initial
:
Int
=
10
,
val
min
:
Int
=
5
,
val
max
:
Int
=
25
)
Members
Constructors
Size
Link copied to clipboard
constructor
(
initial
:
Int
=
10
,
min
:
Int
=
5
,
max
:
Int
=
25
)
Properties
initial
Link copied to clipboard
val
initial
:
Int
max
Link copied to clipboard
val
max
:
Int
min
Link copied to clipboard
val
min
:
Int