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

    Function typegres

    • Type Parameters

      • C = undefined

      Parameters

      • opts:
            | { type: "pglite" }
            | { connectionString: string; type: "pg" }
            | { filename?: string; type: "sqlite" }

      Returns Promise<{ conn: Connection<C>; db: Database<C> }>