kysely
Preparing search index...
PGliteConnection
Class PGliteConnection
A single connection to the database engine.
These are created by an instance of
Driver
.
Implements
DatabaseConnection
Index
Constructors
constructor
Methods
[
PRIVATE_
BEGIN_
TRANSACTION_
METHOD]
[
PRIVATE_
COMMIT_
TRANSACTION_
METHOD]
[
PRIVATE_
ROLLBACK_
TRANSACTION_
METHOD]
execute
Query
stream
Query
Constructors
constructor
new
PGliteConnection
(
pglite
:
PGlite
)
:
PGliteConnection
Parameters
pglite
:
PGlite
Returns
PGliteConnection
Methods
[
PRIVATE_
BEGIN_
TRANSACTION_
METHOD]
"[PRIVATE_BEGIN_TRANSACTION_METHOD]"
()
:
Promise
<
void
>
Returns
Promise
<
void
>
[
PRIVATE_
COMMIT_
TRANSACTION_
METHOD]
"[PRIVATE_COMMIT_TRANSACTION_METHOD]"
()
:
Promise
<
void
>
Returns
Promise
<
void
>
[
PRIVATE_
ROLLBACK_
TRANSACTION_
METHOD]
"[PRIVATE_ROLLBACK_TRANSACTION_METHOD]"
()
:
Promise
<
void
>
Returns
Promise
<
void
>
execute
Query
executeQuery
<
R
>
(
compiledQuery
:
CompiledQuery
)
:
Promise
<
QueryResult
<
R
>
>
Type Parameters
R
Parameters
compiledQuery
:
CompiledQuery
Returns
Promise
<
QueryResult
<
R
>
>
stream
Query
streamQuery
<
R
>
()
:
AsyncIterableIterator
<
QueryResult
<
R
>
>
Type Parameters
R
Returns
AsyncIterableIterator
<
QueryResult
<
R
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
[
PRIVATE_
BEGIN_
TRANSACTION_
METHOD]
[
PRIVATE_
COMMIT_
TRANSACTION_
METHOD]
[
PRIVATE_
ROLLBACK_
TRANSACTION_
METHOD]
execute
Query
stream
Query
kysely
Loading...
A single connection to the database engine.
These are created by an instance of Driver.