readIntsAsBigInt property

bool readIntsAsBigInt
final

Whether sql.js should report integers as BigInt.

Enabling this is required for Table.int64 columns.

Implementation

final bool readIntsAsBigInt;