SQLite Vs MySQL:Better RDBMS for desktop application?
So I am creating a Java+SQL desktop application.Which is a better RDBMS?SQLite or MySQL ? I Googled it and in one site it says that SQLite is an embedded RDBMS and better for desktop applications.Yet in several others it says that MySQL is most popular and better than sqlite,but no one has a definite answer on why one is better than the other.
According to you which is better.Which will be able to support a database of about 500 students.Which is faster?Pros and cons of both?