Preparing search index...
The search index is not available
@douglasneuroinformatics/libnest
@douglasneuroinformatics/libnest
prisma/prisma.index
RuntimePrismaClient
Interface RuntimePrismaClient
interface
RuntimePrismaClient
{
$connect
()
:
Promise
<
void
>
;
$disconnect
()
:
Promise
<
void
>
;
$runCommandRaw
(
command
:
{
[
key
:
string
]:
unknown
}
,
)
:
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
[
key
:
string
]:
unknown
;
}
Hierarchy
PrismaClientLike
RuntimePrismaClient
Indexable
[
key
:
string
]:
unknown
Index
Methods
$connect
$disconnect
$run
Command
Raw
Methods
$connect
$connect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
$disconnect
$disconnect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
$run
Command
Raw
$runCommandRaw
(
command
:
{
[
key
:
string
]:
unknown
}
,
)
:
Promise
<
{
[
key
:
string
]:
unknown
}
>
Parameters
command
:
{
[
key
:
string
]:
unknown
}
Returns
Promise
<
{
[
key
:
string
]:
unknown
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$connect
$disconnect
$run
Command
Raw
@douglasneuroinformatics/libnest
Loading...