Typegres API Reference - v0.2.0
    Preparing search index...

    Interface Config

    interface Config {
        db: string;
        dbImport: string;
        tables: string;
    }
    Index

    Properties

    Properties

    db: string
    dbImport: string

    Import path for the Database instance, e.g. "../db"

    tables: string