In a post by Paco Abato
a concept is presented for using SQLite to bulk edit Firefox bookmarks. This may prove to be a wonderful find for me, as I'd like to bulk edit the bookmark names (and possibly the URLs). Unfortunately, and although I've done work in various databases in the past (dBase, Foxpro, MS Access, and MS SQL), I've been retired for 5 years and am totally unfamiliar with SQLite.
I've obtained SQLite (and verified the checksum), installed it, and am trying to open a copy of Places.SQLite, but get the error "Could not open database: unable to open database file." The error seems like it might be connected to the name of the table ("Firefox") that is automatically populated by SQLite.
Other than that, I'm at a loss. If this is a case where I just need to RTFM and tutorial(s) for SQLite I'm happy to do so. I was just hoping to sidestep that if that's a long way to journey just figure out how to achieve this somewhat narrow use of SQLite.
MANY thanks for any help you can give!
==================================
Addendum
It might be worthwhile to expand on this to say that I've currently got somewhere between 13,000 - 14,000 bookmarks ; I know, insanely too many, that's why I'm trying to find tools to aid in reducing and managing them. I truly am hoping to move in the direction of less-to-manage simpler-and easier-to-manage, and more security (in all of my PC activities). I'm actually thinking about the value of the old IE paradigm of internet/URL shortcut files rather than HTML, JSON, or SQLite databases for bookmark storage. This would allow segregating branches or ad-hoc groupings of bookmarks much more easily than exporting HTML files of all bookmarks and then deleting the archived bookmarks from the active file, and vice-versa.