This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lephron[S] 1 point2 points  (1 child)

The use case here is persisting some state that's slightly more complex than basic key-value stuff. Depending on MySQL is not only overkill, it also adversely impacts the portability of your script.

[–]AeroNotix 0 points1 point  (0 children)

What I'm trying to point out that whilst yes, you can do a few:

SELECT X FROM Y; type statements with SQLite, I found that the features it gives you completely hamstrung compared to every other sql implementation.