class OCI8::Metadata::Database

def schemas

array of Schema objects in the database
def schemas
  @schemas ||= list_schemas.to_a
end