app / de.uniks.codliners.stock_simulator.database / getDatabase

getDatabase

fun getDatabase(context: Context): StockAppDatabase

Creates or returns this app's StockAppDatabase.

Parameters

context - The context of the app.

Return
The StockAppDatabase.

Author
Jan Müller