sqlCreate method

void sqlCreate()

Create SQLite tables

Implementation

void sqlCreate() => sql.execute(sqlQueryCreateAllTables());