I have desired DB_NONE-type behavior before. Sometimes you just want the relevant DB object without actually having a connection to the underlying object.
You can do it with DatabaseBase::factory(), but it's not pretty.