ArangoDocuments

io.funkode.arangodb.ArangoDocuments
See theArangoDocuments companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension [R, Enc[_], Dec[_]](docsService: ZIO[R, ArangoError, ArangoDocuments[Enc, Dec]])
def create[T](documents: List[T], waitForSync: Boolean, returnNew: Boolean, returnOld: Boolean, silent: Boolean, overwrite: Boolean, transaction: Option[TransactionId])(using Enc[List[T]], Dec[List[Document[T]]]): ZIO[R, ArangoError, List[Document[T]]]