Skip to content

Commit

Permalink
add fetchAsString option (#5484)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-syaifudin committed Mar 31, 2023
1 parent ab1f9ae commit 7f0a9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2733,6 +2733,7 @@ export declare namespace Knex {
asyncStackTraces?: boolean;
log?: Logger;
compileSqlOnError?: boolean;
fetchAsString?: string[];
}

type StaticConnectionConfig =
Expand Down

0 comments on commit 7f0a9fe

Please sign in to comment.