An open API service indexing awesome lists of open source software.

https://github.com/luiscoms/phpliteadmin

PHP-based admin tool to manage SQLite2 and SQLite3 databases on the web
https://github.com/luiscoms/phpliteadmin

Last synced: 10 months ago
JSON representation

PHP-based admin tool to manage SQLite2 and SQLite3 databases on the web

Awesome Lists containing this project

README

          

# phpLiteAdmin

Project extracted from https://code.google.com/p/phpliteadmin/

What is phpLiteAdmin?

phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2. Following in the spirit of the flat-file system used by SQLite, phpLiteAdmin consists of a single source file, phpliteadmin.php, that is dropped into a directory on a server and then visited in a browser. There is no installation required. The available operations, feature set, interface, and user experience is comparable to that of phpMyAdmin.