vz-api
1.0.0
core
/
com.keygenqt.core.db
/
DatabaseMysql
Database
Mysql
class
DatabaseMysql
(
config
:
String
,
migration
:
String
)
Content copied to clipboard
Constructors
Functions
Constructors
Database
Mysql
Link copied to clipboard
fun
DatabaseMysql
(
config
:
String
,
migration
:
String
)
Content copied to clipboard
Functions
transaction
Link copied to clipboard
suspend
fun
<
T
>
transaction
(
block
:
suspend
(
)
->
T
)
:
T
Content copied to clipboard