문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top