Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [sqlite]

SQLite is an open-source software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world.

sqlite
-3 votes
0 answers
13 views

SQLite file location

I have a problem running my Android app:- Running through the Emulator there are no problems However when I run in USB Debugging mode on a real Android device this is the error message I get:- no such ...
Robert Snedden's user avatar
0 votes
0 answers
11 views

Electronjs + Sequelize + SQLITE3 + VITE

I can't load extra file in main process. I'm trying to use sequlieze and sqlite3 with electronjs but this error blocking me. How can i fix this? Thank you. Error: Cannot find module './database/models/...
Adrian Caragea's user avatar