@wxn0brp/db-core
    Preparing search index...
    interface RelationConfig {
        as?: string;
        findOpts?: DbFindOpts;
        fk?: string;
        path: Path;
        pk?: string;
        relations?: RelationTypes.Relation;
        select?: string[];
        through?: { db?: string; fk: string; pk: string; table: string };
        type?: "1" | "11" | "1n" | "nm";
    }
    Index

    Properties

    as?: string
    findOpts?: DbFindOpts
    fk?: string
    path: Path
    pk?: string
    select?: string[]
    through?: { db?: string; fk: string; pk: string; table: string }
    type?: "1" | "11" | "1n" | "nm"