Packages

p

neotypes

package neotypes

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package akkastreams
  2. package cats
  3. package enumeratum
  4. package fs2
  5. package generic
  6. package internal
  7. package mappers
  8. package model
  9. package query
  10. package refined
  11. package syntax
  12. package zio

Type Members

  1. trait Async[F[_]] extends AnyRef
    Annotations
    @implicitNotFound()
  2. sealed trait AsyncDriver[F[_]] extends AnyRef

    A neotypes async driver for accessing the neo4j graph database.

    A neotypes async driver for accessing the neo4j graph database. A driver wrapped in the resource type can be created using the neotypes GraphDatabase:

    val driver = GraphDatabase.driver[F]("bolt://localhost:7687")
    F

    Async type for driver

  3. sealed trait AsyncTransaction[F[_]] extends AnyRef
  4. trait Stream[S[_]] extends AnyRef
    Annotations
    @implicitNotFound()
  5. sealed trait StreamDriver[S[_], F[_]] extends AsyncDriver[F]

    A neotypes stream driver for accessing the neo4j graph database.

    A neotypes stream driver for accessing the neo4j graph database. A driver wrapped in the resource type can be created using the neotypes GraphDatabase:

    val driver = GraphDatabase.streamDriver[S, F]("bolt://localhost:7687")
    S

    Stream type for driver

    F

    Async type for driver

  6. sealed trait StreamTransaction[S[_], F[_]] extends AsyncTransaction[F]
  7. final class TransactionConfig extends AnyRef

    Scala friendly builder for instances of org.neo4j.driver.TransactionConfig and org.neo4j.driver.SessionConfig.

Value Members

  1. object Async
  2. object Driver
  3. object GraphDatabase

    Factory of Drivers.

  4. object Parser
  5. object Stream
  6. object Transaction
  7. object TransactionConfig

Ungrouped