Question about the scope to launch coroutines

If my application makes heavy use of object classes to perform tasks in the database, what would be the correct CoroutineScope for those classes that are mostly singleton?