Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

AutoForm v7 - be able to view the sqlite database

  • 1 réponse
  • 1 a ce problème
  • 13 vues
  • Dernière réponse par user293

more options

Hello:

There is an add-on that I really am excited to have found (AutoForm v7), however I am getting no reply from developer. http://firefoxer.ru/autoformer-help.htm

The add-on allows you save form entries and recall them. Saves me alot of input! The add-on says the storage of this data has moved to DOM Storage

I wondered:

Does DOM storage mean the data is stored in a SQLite database? And if so, how do I determine what the SQLite database is named? I would like to know this, so I can import a bunch of records into the SQLite database.

I can view an SQLite database and import using a mac app, called SQLite browser.

thankyou for your help

Hello: There is an add-on that I really am excited to have found (AutoForm v7), however I am getting no reply from developer. http://firefoxer.ru/autoformer-help.htm The add-on allows you save form entries and recall them. Saves me alot of input! The add-on says the storage of this data has moved to DOM Storage I wondered: Does DOM storage mean the data is stored in a SQLite database? And if so, how do I determine what the SQLite database is named? I would like to know this, so I can import a bunch of records into the SQLite database. I can view an SQLite database and import using a mac app, called SQLite browser. thankyou for your help

Toutes les réponses (1)

more options

"DOM storage" (which is actually called localStorage) is not stored in an SQL database. It is stored as a set of key-value pairs on a per-website basis. You can read more about it here.