Apparently, latest Firefox versions stores its bookmarks in a file called ‘places.sqlite’. Like a browser can import the bookmarks from another browser, I would want to import the bookmarks to a file, but I need to know what would you need to do it?
Apparently, latest Firefox versions stores its bookmarks in a file called ‘places.sqlite’. Like a
Share
SQLite is an embedded, serverless, relational database. Besides the mentioned ODBC drivers, it has its own C API.