fun getDatabase(context: Context): StockAppDatabase
Creates or returns this app's StockAppDatabase.
context - The context of the app.
context
Return The StockAppDatabase.
Author Jan Müller