Hacker News new | ask | show | jobs
by chillfox 1262 days ago
That makes sense with client/server databases and if you are trying to separately manage database resources from app resources. When you use SQLite you have basically decided that the database and the app is one integrated unit that you will manage as a whole.