|
SupportedApplications
List of Supported Applications which can install SQLite Manager as an extension.
Featured List of Supported Applications (as of version 0.6.5.1)
You can also run just this extension using firefox by using firefox -chrome chrome://sqlitemanager/content/sqlitemanager.xul (works in both Windows and Linux). SQLite Manager as XULRunner applicationSQLite Manager is now available as XULRunner application too. Other places to find this extension
| ||||||||||||||||||||||||
► Sign in to add a comment
Mozilla Firefox
Mozilla Thunderbird
Seamonkey
Songbird (latest version is 0.4.8)
would love to see this packaged into prism
hi, I've recently started using to view sqlite databases created inside google's android platform. I find it very useful. I am facing an issue when refreshing the database in the SQLite Manager. It doesn't seem to be picking up the changes that happened outside.
@nagarajan.mahesh: what OS? Is it Linux? Because similar problems have been reported on Linux which I have not been able to resolve. But everything works fine on Windows.
This is on Mac OS Version 10.5.6 thanks
I use this to open up my iPhone database (noteskinnery+) for review and modification.
" Comment by nagarajan.mahesh, Jan 20, 2009 hi, I've recently started using to view sqlite databases created inside google's android platform. I find it very useful. I am facing an issue when refreshing the database in the SQLite Manager. It doesn't seem to be picking up the changes that happened outside." " @nagarajan.mahesh: what OS? Is it Linux? Because similar problems have been reported on Linux which I have not been able to resolve. But everything works fine on Windows. "
The problem can be with the outside application not committing data to the hard drive. If there is pending SELECT, BEGIN transaction or BLOB is opened for incremental write, the application see all changes but sqlite-manager does not. Simply data are not written yet to the drive. "To check that transaction wasn't committed yet you can connect to the database with external command (sqlite manager) while application is working and try to update or insert something. If it fails with message "The database file is locked" then application didn't commit transaction." - thanks to Pavel Ivanov
@a1rex2003: thanks for the feedback.
Would be great to do have a sqlite-manager extension for chrome (windows, osx, linux).
will explore sqlite manager as an extension for chrome after May 6. extjs (http://www.extjs.com/) looks promising for UI.
i try the new beta 2 of komodo edit 6.0.0 (build 5550 on linux). to run, i have edited the install.rdf maxVersion to 6.0 and it works fine. great plugin!!
How can I start XULRunner so that SQLite Manager opens the SQLite database I pass it as argument? I tried start xulrunner ..\sqlitemanager\application.ini C:\mydb.sqlite but it starts normally, I have to open the db manually.
It sure would be great if this worked with firefox for android
Great work!!! Would we be seeing this as a chrome extension in the future?