By way of example, I recently changed a line of code from this:
await rawQuery(`CREATE INDEX ${tableName}_index ON ${tableName} USING GIST (the_geom); `);