1phpLiteAdmin is a web-based SQLite database admin tool written in PHP with
2support for SQLite3 and SQLite2.
3
4Features
5
6-   Lightweight - consists of a single 200KB source file for portability
7-   Specify and manage an unlimited number of databases
8-   Specify a directory and optionally its subdirectories to scan for databases
9-   Create and delete databases
10-   Add, delete, rename, empty, and drop tables
11-   Browse, add, edit, and delete records
12-   Add, delete, and edit table columns
13-   Manage table indexes
14-   Manage table triggers
15-   Import and export tables, structure, indexes, and data (SQL, CSV)
16-   View data as bar, pie, and line charts
17-   And many other...
18