Lazarus' website is down, so I can't look this up. Where in Linux should I look to find its SQLite database of saved forms?
Asked
Active
Viewed 1,675 times
6
-
[Not that](http://wiki.freepascal.org/Databases) Lazarus. – isomorphismes May 01 '15 at 13:58
-
[Looks like](http://www.makeuseof.com/tag/lazarus-a-must-have-firefox-add-on-to-save-your-form-data/) on Windows """This database is stored within the default Profile (`C:\Documents and Settings\
– isomorphismes May 01 '15 at 14:32
1 Answers
7
The Lazarus website can be found in the wayback machine, and the FAQ says the database is an SQLite database in one of the following directories:
Windows 7: C:\Users\{username}\AppData\Local\Google\Chrome\User Data\Default\databases\chrome-extension_loljledaigphbcpfhfmgopdkppkifgno_0
Ubuntu: ~/.config/chromium/Default/databases/chrome-extension_loljledaigphbcpfhfmgopdkppkifgno_0
Mac OS X: ~/Library/Application Support/Google/Chrome/Default/databases/chrome-extension_loljledaigphbcpfhfmgopdkppkifgno_0
On my Fedora machine, it was the directory ~/.config/google-chrome/Default/databases/chrome-extension_loljledaigphbcpfhfmgopdkppkifgno_0/
seanf
- 273
- 3
- 7