Quote:
Originally Posted by Jaden
What sqlite manager/editor can I use to do that?
|
The other David pointed to SQLite Database Browser, but I have been using a Firefox plugin. It is
SQLite Manager. The main reason I started using it for the Kobo database was because I had it installed. But, it works very well, and I usually have Firefox opened, so there is little overhead.
Something the SQLite Database Browser is missing from its menus are database checking functions. If you get an error from calibre about the database, or changes on the device don't seem to save, then open the database and run:
Code:
PRAGMA integrity_check
That will report any problems. Or it will report "Ok" if there are no problems.