getInt method

int getInt(
  1. String name
)

Implementation

int getInt(String name) {
  return lite.rawQuery("PRAGMA $name").firstValue() ?? 0;
}