create indices on index_fields in the sqlite database in case they don't exist

index_xtab_fields(sqlite_path, table_name, index_fields = NULL)

Arguments

sqlite_path

path to the sqlite database

table_name

name of the table

index_fields

optional vector of column names to index, defaul indexes all columns