ManeXi Posted May 17, 2016 Share Posted May 17, 2016 Can anyone tell me which are the pros and cons of MySQL and SQLite? Which should I choose depending my objectives? etc... Link to comment
0 Anubhav Posted May 21, 2016 Share Posted May 21, 2016 SQLite - Only one connection possible AFAIK. MySQL - Many connections possible SQLite - Stored in a file MySQL - Stored in a file but more secure MySQL if you want to use things from web, SQLite for small things would be nice too. But MySQL is what I would go for. Link to comment
Question
ManeXi
Can anyone tell me which are the pros and cons of MySQL and SQLite? Which should I choose depending my objectives? etc...
Link to comment
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now