The name of the city table. in the table there is a column Street. I have about 5 thousand street names, how can I add streets to the database? the values.put(DatabaseHelper.CİTY_STREET_COLUMN, "Улица гаршкофа н1"); method values.put(DatabaseHelper.CİTY_STREET_COLUMN, "Улица гаршкофа н1"); it adds one by one, and I have many streets, is there any way faster than writing about 5 thousand lines.
I inherit from the class extends SQLiteOpenHelper