ArangoClientSchema

io.funkode.arangodb.http.ArangoClientHttp$package$.ArangoClientSchema$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def arangoClientSchema(config: ArangoConfiguration, httpClient: Client, token: Option[Token]): ArangoClientSchema
def collection(collectionName: CollectionName): WithSchemaClient[ArangoCollectionSchema]
def graph(graphName: GraphName): WithSchemaClient[ArangoGraphSchema]
def withClient[O](f: ArangoClient[Schema, Schema] => O): WithSchemaClient[O]

Concrete fields

val live: ZLayer[ArangoConfiguration & Client, ArangoError, ArangoClientSchema]
val testContainers: ZLayer[ArangoConfiguration & Client, ArangoError, ArangoClientSchema & ArangoContainer]