Has anyone used EmpireDB?

Has anyone used Apache's EmpireDB ? I plan to use it and would like to know if there are any known issues with this new concept?

I used ORM as Hibernate and JPA. But EmpireDB sounds easy.

Does anyone know their limitations then please let me know.

Thank.

+3
source share
2 answers

EmpireDB places overlays on your model classes; You cannot just save your developed model. You add a dependency to your codebase (which may change later). You have to write a lot more code to use it (using his tutorial) than using JDO or JPA. How is it somehow “easy”, I can’t think.

0

sql, sql/jpql, .

, .

0

All Articles