mirage-sql / mirage

Mirage-SQL - the SQL Centric Database Access Library for Java
Apache License 2.0
59 stars 24 forks source link

Welcome Page Keypoint Update ... #19

Closed hansgru closed 10 years ago

hansgru commented 11 years ago

Hi,

IMO the main page (welcome page) in the "What is Mirage" section besides "2WaySQL" and "SQL less Update" should be updated with the most important feature Mirage SQL has: Dynamic SQL support (with externalized queries to SQLs to files with named parameters ).

IMO this is the most important feature Mirage has, and in all projects I've seen mirage, the reason why it was used was to:

All in one, the above allow an extremely maintainable code compared to the traditional approach, and also a very fast development process, since the DB people can work in parallel directly on those SQL files.

takezoe commented 10 years ago

IMO the main page (welcome page) in the "What is Mirage" section besides "2WaySQL" and "SQL less Update" should be updated with the most important feature Mirage SQL has: Dynamic SQL support (with externalized queries to SQLs to files with named parameters ).

Yes, I really think so. I will update it in the future.

takezoe commented 10 years ago

Docs has been moved to Github Wiki. I added core concepts of Mirage.

Please check following pages: