createMetaTables

open fun createMetaTables(db: SQLiteDatabase)

Create soup index map table to keep track of soups' index specs Create soup name map table to keep track of soup name to table name mappings Called when the database is first created

Parameters

db