sql query on tags in places.sqlites of firefox

Vos requêtes concernant Mozilla Firefox, le navigateur Gecko alternatif, ne trouvèrent point de réponses lorsque vous cherchâtes ? Toute l'équipe Geckozone est prête à vous aider.

Modérateurs : myahoo, nico@nc, Mori, jpj

amdawb
Arias
Messages : 1
Inscription : 15 sept. 2018, 12:55

sql query on tags in places.sqlites of firefox

Message par amdawb »

how to display bookmarks with the same tag labeled 'press_germany' from places.sqlite database?

I use the SQLite Manager extension as well as the DB Browser for SQLite software.
I do not see any table of tags, and I do not know how firefox creates these tags. All that I have found approaching my goal is in the following links:

I tried this query but it shows 0 results:
https://stackoverflow.com/questions/46 ... -structure,
https://superuser.com/questions/515090 ... ces-sqlite

I tried this query but it shows 0 results:

Code : Tout sélectionner

SELECT moz_places.url, moz_places.title   
FROM moz_places    
LEFT OUTER JOIN moz_bookmarks    
ON moz_places.id = moz_bookmarks.fk    
WHERE moz_bookmarks.title = 'press_germany'
A places.sqlite schema if helpful:https://developer.mozilla.org/en-US/doc ... s/Database

Thanks.
Gloops
Tyrannosaurus Rex
Messages : 3816
Inscription : 22 mai 2006, 11:55

Re: sql query on tags in places.sqlites of firefox

Message par Gloops »

Hum, I saw a tool for sqlite queries a few weeks ago, but sorry I did not download it.
__
Est-ce que quelqu'un veut une traduction de la question ?
Il s'agit de faire une recherche dans des marque-pages avec une requête Sqlite.
Répondre

Qui est en ligne ?

Utilisateurs parcourant ce forum : Dams_77 et 21 invités