The sqlite tag has no wiki summary.
8
votes
4answers
5k views
Why is Web SQL database deprecated?
I am making a hybrid Android app.
At first I decided to use localStorage, after spending 2 days, I realized that it is very strange and so dropped it.
Then, I picked up indexedDB, after spending ...
2
votes
1answer
202 views
How to run thread if multiple data is insert in the multiple table
I'm facing problem in gsoap , if two user go to register
at a same time then database is
locked, i think its threading problem ,
how to handle it, please insist me. I am running multiple ...
11
votes
2answers
1k views
SQLite with two python processes accessing it: one reading, one writing
I'm developing a small system with two components: one polls data from an internet resource and translates it into sql data to persist it locally; the second one reads that sql data from the local ...