MiTeC SQLite Query allows you to manage any SQLite3 database completely.
It also provides you with the option to either import data from a CSV or to export it to CSV and SQL formats.
It contains the following modules: SQL Editor -It has SQL Editor with syntax highlighting. You can run any type of SQL statement or script. The output is flushed to formatted text, not to the grid, what it allows a more flexible and synoptic result overview. -Any data producing statement can be exported to SQL, CSV or XML format (including BLOBs) -Every correctly run statement is saved in SQL History Buffer. The Result buffer supports minimap for quick orientation in large result sets and result folding (results for every run statement can be collapsed to one line). You can open multiple instances of this editor to run "simultaneous" queries. Table Editor -Provides comprehensive and full-featured information about table structure, its indices, triggers, etc. Here you can inspect, edit, export, and import table data. It contains a powerful Record and BLOB editor. -Table data can be exported to CSV, SQL, and XML (including BLOBs). -Any data from CSV or XML (DataPacket 2.0) can be imported into the table. Dynamic field assignment or auto-increment counter is available. Trigger Explorer -Here you can inspect every defined trigger and its source. -SQL History -Here you can review every successfully run statement.