Remote SQLite manager [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question 开发者_如何学编程Does someone know of a Sqlite manager that I can put on my site, so that I can access it over the web and create/edit SQlite databases. I guess something like phpMyAdmin for MySQL.
try http://www.sqlitemanager.org/
It supports sqlite version 2 and 3 (version 1.2)
try https://www.phpliteadmin.org
This is the best web-based SQLite manager I've used so far. It is very easy to install and can do basically anything you would ever want to do with a SQLite database. It supports both SQLite2 and SQLite3. It even says on its web site that its goal is to be the SQLite equivalent of phpMyAdmin.
phpLiteAdmin is a single php file and it is a php-based, web-based phpMyAdmin-like SQLite manager: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools
精彩评论