Does anyone have any experience using a SQL Lite database with say, 100 concurrent users?
Would that be a foolish thing to do when one has a MySql server available?
The main thing I like about using a SQL Lite db is the simplicity of backup and restore (a simple file copy).
I'm worried that it would be robust enough. This particular application would only have 3 or 4 tables and would use simple queries.
Suggestions? Comments?
Would that be a foolish thing to do when one has a MySql server available?
The main thing I like about using a SQL Lite db is the simplicity of backup and restore (a simple file copy).
I'm worried that it would be robust enough. This particular application would only have 3 or 4 tables and would use simple queries.
Suggestions? Comments?
Comment