python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is a suitable wrapper library for serverless app using SQLite
I am planning a modest application for asset management in a small office. It will be multi-user, but always less than 6 users.
An off-the-shelf asset management app won't work because the office has...
ianmayo
Votes: 0
Answers: 1
Parsing SQLite with JSON, Client to Server
I have got a GUI client, that can receive data from a multithreaded server. I then want to be able to send data back to the server. From what I understand with Json, I can use it to send the SQLite st...
stef_leggy
Votes: 0
Answers: 0
Why is my SQL INSERT INTO statement going straight to error?
I am creating a login system but the INSERT INTO statement isn't working. I have used this code previously & it has worked perfectly, however when I run this it goes straight to "ERROR IN INS...
Ela
Votes: 0
Answers: 0
Python SQLite3 user-defined function does not pass expression as parameter
I wanted to construct a general purpose Python wrapper for feeding parameter values into single statement SQLite queries.
A further complexity was to provide a user-defined function to concatenate the...
Fred
Votes: 0
Answers: 0