I use SQLite when I don't need an enterprise solution. 1) the SQL syntax isn't ANSI, 2) it isn't adequate over a network, 3) forget concurrent access. I'm not disparaging SQLite, only pointing out it has a limited use case. That use case is a single user on a local machine using local storage.
I use SQLite when I don't need an enterprise solution. 1) the SQL syntax isn't ANSI, 2) it isn't adequate over a network, 3) forget concurrent access. I'm not disparaging SQLite, only pointing out it has a limited use case. That use case is a single user on a local machine using local storage.
(post is archived)