Jump to content

phpLiteAdmin

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Diracleo (talk | contribs) at 06:29, 16 March 2011 (Created the initial page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
phpLiteAdmin
Developer(s)Dane Iracleous
Initial releaseMarch 4, 2011 (2011-03-04)
Repository
Written inPHP
Operating systemCross-platform
Available inEnglish
TypeWeb Database Management
LicenseGNU General Public License
Websitephpliteadmin.googlecode.com

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. 70 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 backwards-compatibility for SQLite2
  • Add, delete, rename, empty, and drop tables
  • Browse, add, edit, and delete rows
  • Add, delete, and edit fields
  • 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

References