zio
zio
API
zoobie
ConnectionPool
ConnectionPool
ConnectionWrapper
ConnectionPoolConfig
DatabaseError
DatabaseError
Connection
Rejected
Transient
Connection
Unhandled
Utilization
Invariant
SQL
Utilization
Transactor
Transactor
strategies
zoobie.mysql
MySQLConnectionConfig
zoobie.postgres
PostgreSQLConnectionConfig
zoobie.test
Checker
zio
/
zoobie.test
/
Checker
Checker
zoobie.test.Checker$
object
Checker
Attributes
Source:
Checker.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Checker
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
check
[
A
](
a
:
A
)(
using
evidence$1
:
Analyzable
[
A
]):
ZIO
[
Transactor
,
DatabaseError
,
TestResult
]
Attributes
Source:
Checker.scala
def
checkConnIO
[
A
](
a
:
A
)(
using
evidence$3
:
Analyzable
[
A
]):
ConnectionIO
[
TestResult
]
Attributes
Source:
Checker.scala
def
checkConnIOWith
[
A
](
conn
:
ConnectionIO
[
Unit
])(
a
:
A
)(
using
evidence$4
:
Analyzable
[
A
]):
ConnectionIO
[
TestResult
]
Attributes
Source:
Checker.scala
def
checkWith
[
A
](
conn
:
ConnectionIO
[
Unit
])(
a
:
A
)(
using
evidence$2
:
Analyzable
[
A
]):
ZIO
[
Transactor
,
DatabaseError
,
TestResult
]
Attributes
Source:
Checker.scala