phpLiteAdmin
{{more citations needed|date=September 2014}}
{{lowercase|title=phpLiteAdmin}}
{{Infobox software
| name = phpLiteAdmin
| logo =
| screenshot = PhpLiteAdmin Main Screen.png
| caption = main page of phpLiteAdmin showing the various table management actions possible
| developer = Dane Iracleous, Ian Aldrighetti, George Flanagin, Christopher Kramer, Ayman Teryaki, 'Dreadnaut'
| released = {{Start date|2011|03|04}}
| latest release version = 1.9.8.2
| latest release date = {{Start date and age|2019|09|05}}{{cite web | url=https://bitbucket.org/phpliteadmin/public/downloads | title=Phpliteadmin / Public / Downloads — Bitbucket }}
| programming language = PHP
| language = English, German, Russian, Chinese, Arabic, Italian, French, Portuguese, Czech, Spanish, Dutch, Greek, Polish, Slovak, Taiwanese
| language count = 15{{cite web | url=https://bitbucket.org/phpliteadmin/public/wiki/Localization | title=Phpliteadmin / Public / Wiki / Localization — Bitbucket }}
| genre = Database management system
| license = GNU General Public License
| website = {{official URL}}
}}
phpLiteAdmin is an open-source tool written in PHP intended to handle the administration of SQLite over the World Wide Web. Its feature set, interface, and overall user experience is comparable to that of phpMyAdmin for MySQL. In the same way that SQLite is a flat file database, phpLiteAdmin is distributed in the form of a single PHP file (currently approx. 200 KiB in size). Its ease of installation, portability, and small size go hand in hand with SQLite.
Features
- Lightweight - consists of a single source file
- Supports SQLite3 with Backward compatibility for SQLite2
- Add, delete, rename, empty, and drop tables
- Browse, add, edit, and delete rows
- Add, delete, and edit fields
- Manage table indexes
- Import and export tables, fields, indexes, and rows
- Search tool to find rows based on specified field values
- Create and run custom SQL queries in the free-form query editor
- Secure password-protected interface with login screen
- Specify and manage an unlimited number of databases
- Customize the look and feel with CSS
See also
{{Portal|Free and open-source software}}
References
{{Reflist}}
External links
- {{Official website|phpliteadmin.org}}
- [https://bitbucket.org/phpliteadmin/public/ Bitbucket Project]
Category:Database administration tools