SQLite vs HSQLDB

…衆ロ難τιáo~ 提交于 2019-12-18 10:48:24

问题


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.


回答1:


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.




回答2:


The good comparison of HSQLDB & SQLite can be found at http://3rdstage.blogspot.com/2009/03/comparion-of-hsqldb-h2-sqlite.html




回答3:


IMHO THE biggest difference is, that SQLite has no user management at all in contrast to HSQLDB.

(This does not want to say anything bad about SQLite. SQlite defenitely has its usecases it is also very widely used.)



来源:https://stackoverflow.com/questions/753663/sqlite-vs-hsqldb

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!