[fix] sqlite_sequence.csv in export
When export all tables from an SQLite database, there is a table called sqlite_sequence.csv in the exported files. This table is part of SQLite's internal system and is automatically created when at least one table in the database has an AUTOINCREMENT column. We need to filter it out from the list when writing each csv
Edited by mjbonifa