I found a lot of comparisions here, but not this one; So, what is best in each one?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
There's a full comparison at SQLite's site. SQLite is much more restricted, as it only supports a small subset of SQL92, whether Derby (now JavaDB) has full support of SQL92 and SQL99. |
|||||||||
|
|
One thing you should keep in mind about SQLite is that, besides supporting only a subset of SQL92, only the thread that created the SQLite database may access it. If you can live with that, then take it for its better performance. |
|||
|
|