InstallArchiveOptions interface
Everything installArchiving() needs.
Signature:
export interface InstallArchiveOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) Archive schema name (default | ||
|
The raw-SQL surface to install through — a Prisma client or a transaction. | |||
|
string |
(Optional) Default watch column (default | ||
|
number |
(Optional) Default retention in seconds (default 30 days). | ||
|
string |
(Optional) pg_cron job name (default | ||
|
readonly ArchivableModel[] |
(Optional) Tables to register by default (idempotent seed). | ||
|
string |
(Optional) pg_cron schedule for the sweep (default daily at midnight, | ||
|
string |
(Optional) Settings table name within the archive schema (default | ||
|
boolean |
(Optional) Suppress SQL logging for the install DDL (default | ||
|
string |
(Optional) Default schema of the watched tables (default |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.