mirage
mirage copied to clipboard
Mirage-SQL - the SQL Centric Database Access Library for Java
I would like to use entity with immutability, such as [@PersistenceConstructor in spring data mongodb](https://docs.spring.io/spring-data/mongodb/docs/1.3.3.RELEASE/reference/html/mapping-chapter.html). Do you have any roadmap for immutable entity? I try to implement in #73.
Add the convention that "id" for fields are treated as primary keys even if they are not annotated, and there's no other annotated field. The generation type should be that...
The generated Insert and Delete field order is not predictable, thus causing unit test errors.
Extend the DB Dialect support with DB Version information too. This is needed because: - different DB Versions (for the same DB Type) behave differently - the DB Version is...
Create a new Icon and Logo, since there are no "sources" for the old one. Any suggestion of how could/should it look is welcome.
Generate Website the website using https://github.com/staticmesh
Please translate and document at least the SQL parser part of Mirage. It looks like a very interesting functionality that might have use in many projects. Thank you very much.
Generate DDLs from Entities - so the opposite of EntityGenTask. - Generate from Java entities - Generate from Groovy entities Also: - [ ] evaluate if JavaDoc comments can be...
Add Java 8 JSR 310 compatibility.
Add integration tests with as many as possible DBs (not just embedded hsqldb). One approach might be to use: https://github.com/flapdoodle-oss/de.flapdoodle.embed.process . Another one might be to use CI provided DBs.