@wearesage/schema
Preparing search index...
QueryDatabaseAdapter
Interface QueryDatabaseAdapter
Query execution database adapter interface
interface
QueryDatabaseAdapter
{
type
:
"postgresql"
|
"mongodb"
|
"neo4j"
|
"redis"
;
execute
<
T
>
(
compiled
:
CompiledQuery
,
entityClass
:
new
(
...
args
:
any
[]
)
=>
T
,
)
:
Promise
<
any
>
;
}
Index
Properties
type
Methods
execute
Properties
type
type
:
"postgresql"
|
"mongodb"
|
"neo4j"
|
"redis"
Methods
execute
execute
<
T
>
(
compiled
:
CompiledQuery
,
entityClass
:
new
(
...
args
:
any
[]
)
=>
T
,
)
:
Promise
<
any
>
Type Parameters
T
Parameters
compiled
:
CompiledQuery
entityClass
:
new
(
...
args
:
any
[]
)
=>
T
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
Methods
execute
@wearesage/schema
Loading...
Query execution database adapter interface