Appearance
The companion object allows access to the methods for creating or getting the database using the class name as the qualifier.
companion object {}
Practically this is an implementation of Singleton pattern.