I am developing a Java Desktop Application and want a light database
that can be used with Hibernate
and that can be packed with an application.
I was going to use Derby
database. It's size is near 2 MB. But before that I wanted to have views of experts on SO.
Will it work with Hibernate
?
Actually, I am new to Hibernate and was studying that it requires a Dialect
for a database so Is Hibernate has dialect for Derby
?