← 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
/
Database
Database
data
class
Database
(
val
readOnly
:
Boolean
=
false
,
val
defaultIsolationLevel
:
String
?
=
null
,
val
maxAttempts
:
Int
=
3
)
Members
Constructors
Database
Link copied to clipboard
constructor
(
readOnly
:
Boolean
=
false
,
defaultIsolationLevel
:
String
?
=
null
,
maxAttempts
:
Int
=
3
)
Properties
default
Isolation
Level
Link copied to clipboard
val
defaultIsolationLevel
:
String
?
max
Attempts
Link copied to clipboard
val
maxAttempts
:
Int
read
Only
Link copied to clipboard
val
readOnly
:
Boolean