Skip to main content

Questions tagged [sqlite]

SQLite is a software library that implements a self-contained, server-less, zero-configuration, transactional SQL database engine.

0 votes
1 answer
63 views

Where can I find the companion files for the James R Groff 3rd edition book (SQL The Complete Reference)? I have tried using the link in the book to get this files but they are not available on site.
Paballo Tsoako's user avatar
0 votes
0 answers
63 views

I'm trying to backup the search engine parameters in my Chrome. From other posts, I've seen I can export the keywords table (to a CSV file) from the web data file and then re-import the CSV file into ...
darchon's user avatar
2 votes
0 answers
383 views

I'm having a problem with Bash / Konsole / sqlite. When I enter sqlite and hit the up arrow key I get sqlite> ^[[A If I su into another user from the same Konsole session all is OK. I've looked at ...
Kevin Gilbert's user avatar
1 vote
0 answers
3k views

I use python 3.9.18 as an virtual environment, I've been trying to set up my local environment for airflow. When I run airflow standalone command, I constantly get ModuleNotFoundError: No module named ...
M.Ali 's user avatar
  • 11
0 votes
1 answer
656 views

I try to execute the code by using this command in my Kali Linux python3 ./cookies.py then I got this message No Firefox cookies.sqlite file found. Use -c COOKIEFILE. what does the message mean and ...
kureng123's user avatar
0 votes
0 answers
4k views

I have removed a standard user password on a windows machine with administrator user from console management; after removing the password of standard user when i open google chrome i don't see the ...
Mohammad Mehrabi's user avatar
5 votes
1 answer
941 views

In my experience, Firefox creates a storage-sync-v2.sqlite database in each of its profile folders. This appears to happen even if profile syncing is disabled (and has never been enabled). What's odd ...
Amazon Dies In Darkness's user avatar
3 votes
2 answers
4k views

I've noticed that the WAL (Write Ahead Log) files (*.sqlite-wal) associated with the SQLite databases (*.sqlite) used by the Firefox web browser often get quite large. They literally can get over 150 ...
Amazon Dies In Darkness's user avatar
1 vote
1 answer
2k views

I am not sure where a question like this really falls as it is from an Unraid Linux server, with a Plex Media Server container, which utilizes SQLite (looking for troubleshooting at the root level). I ...
user avatar
0 votes
0 answers
1k views

On MacOS Monterey I installed subversion with brew install svn. When I do an svn checkout in a terminal I get: svn: E200029: Couldn't perform atomic initialization svn: E200030: SQLite compiled for 3....
Dylan's user avatar
  • 343
4 votes
2 answers
5k views

Recently after an update in Windows server 2016 OS (64-bit), few apps font size went too tiny to be able to read. Currently my interest is for "DB browser for sqlite". Tried to fix it with ...
iammilind's user avatar
  • 372
0 votes
1 answer
616 views

EDIT: OK, I've been convinced that an array is not a good idea! #!/bin/bash # /bin/sh cannot be used with this script as "=~" is bash only [snip] sqlite $database "create table ports (...
AnimeAi's user avatar
0 votes
1 answer
458 views

I get a strange file not found error when running precompiled sqlite3 binary: /tmp/sqlite> ./sqlite-tools-linux-x86-3380000/sqlite3 bash: ./sqlite-tools-linux-x86-3380000/sqlite3: No such file or ...
Miserable Variable's user avatar
0 votes
1 answer
52 views

If you face not working Firefox webDeveloperTools or some history issue, or pgAdmin4 complaining about some weird sqlite issue and even Signal messenger doesn't start, then the problem isn't related ...
simUser's user avatar
  • 101
0 votes
1 answer
963 views

I've got this table: CREATE TABLE hash ( id INTEGER PRIMARY KEY NOT NULL, base32 TEXT UNIQUE NOT NULL ); CREATE INDEX hash_base32 ON hash(base32); and sqlite3_analyzer gives me this: *** Page ...
arya's user avatar
  • 109

15 30 50 per page
1
2 3 4 5
8