sqlkit
Preparing search index...
PostgresAdapter
Class PostgresAdapter
Implements
SqlExecutor
Index
Constructors
constructor
Methods
executeSQL
Constructors
constructor
new
PostgresAdapter
(
pgPool
:
any
)
:
PostgresAdapter
Parameters
pgPool
:
any
Returns
PostgresAdapter
Methods
executeSQL
executeSQL
<
T
>
(
sql
:
string
,
values
:
any
[]
)
:
Promise
<
QueryResult
<
T
>
>
Type Parameters
T
Parameters
sql
:
string
values
:
any
[]
Returns
Promise
<
QueryResult
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
executeSQL
sqlkit
Loading...