function setTable(dbName: string, tableName: string, table: Map<string, any>) {
  return store.set(`${dbName}.${tableName}`, table);
}