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
- Host: GitHub
- URL: https://github.com/luiscoms/phpliteadmin
- Owner: luiscoms
- Created: 2014-08-14T19:06:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T19:06:44.000Z (over 11 years ago)
- Last Synced: 2025-02-02T08:44:44.307Z (11 months ago)
- Language: PHP
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.