DatabaseStore.completeInsert()
Home > @backstage/plugin-search-backend-module-pg > DatabaseStore > completeInsert
Signature:
completeInsert(tx: Knex.Transaction, type: string, truncate?: boolean): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
tx |
Knex.Transaction | |
|
type |
string | |
|
truncate |
boolean |
(Optional) |
Promise<void>