SQLite is a relational database management system contained in a small (~350 KB)[4] C programming library. This tag is for questions about how to install SQLite, how to debug issues with it, and how to use it most efficiently on the Pi.
0
votes
0answers
151 views
svn: E200030: sqlite: database disk image is malformed @ checkout
The .svn folder doesn't exists yet. I tried deleting it after it was created, but I get the same issue again.
@:/var/www/htdocs$ svn checkout https://host/svn/trunk/ .
svn: E200030: sqlite: database ...
1
vote
1answer
230 views
Python SQLite3 select with and operator
I'm pretty new to python and SQLite but have done substantial work with MySQL and php.
I'm trying trying to do a conditional select on some data and would like to use the AND operator.
The MySQL ...
12
votes
1answer
935 views
Is there an alternative to MySQL?
I'd like a lightweight database for my lightweight RaspPi. MySQL seems a bit of overkill and involves too much administration. I'll need one with a perl API.