DBO and DBOBuilder 

there are two ways to use these DBOKVs:

    val dbo = DBO(
      "key1" :> 33,
      "key2" :> "another value",
      "booleanKey" :> true)