UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

6 lines (5 loc) 160 B
import { SaveOperator } from "./base"; /** * Only sets the column if it NOT already exists */ export declare const IfNotExists: (value: any) => SaveOperator;