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.

Was it helpful?

Solution

try http://www.sqlitemanager.org/

It supports sqlite version 2 and 3 (version 1.2)

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top