collection

com.outr.arango.core.ArangoDBCollection.collection
object collection

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
collection.type

Members list

Value members

Concrete methods

def create(options: CreateCollectionOptions): IO[CollectionInfo]
def drop(): IO[Unit]
def exists(): IO[Boolean]
def info(): IO[CollectionInfo]