What are the main differences between SQLite and HSQLDB? There are lots of applications using both of them, but I don’t really see any major difference.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SQLite is implemented in C, HSQL is implemented in Java.
It should be more seamless and easy to integrate SQLite with an application project written in C or C++, whereas I would expect the HSQL technology is easier to integrate with a project written in Java.
No doubt there are numerous other more subtle differences between these two embedded databases, but the above is the most prominent difference.