Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote SQLite manager [closed]

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.

like image 262
Aishwar Avatar asked Mar 19 '10 18:03

Aishwar


People also ask

Can you access SQLite remotely?

SQLite can still be made to work in many remote database situations, but a client/server solution will usually work better in that scenario.

How do I open SQLite manager in Firefox?

Start up Firefox's SQLite Manager by clicking on the orange menu button in the upper left-hand corner of Firefox and choosing Web Developer -> SQLite Manager. (Firefox may ask you if you want to open the last used database.

Is SQLite still supported?

Long Term Support. The intent of the developers is to support SQLite through the year 2050.


2 Answers

try http://www.sqlitemanager.org/

It supports sqlite version 2 and 3 (version 1.2)

like image 79
Eineki Avatar answered Sep 22 '22 19:09

Eineki


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.

like image 45
Dane Iracleous Avatar answered Sep 23 '22 19:09

Dane Iracleous