SQLite vs HSQLDB

时间秒杀一切 提交于 2019-11-29 23:41:32

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.

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

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.)

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