-
Notifications
You must be signed in to change notification settings - Fork 24
Wishlist
aadrian edited this page Nov 21, 2017
·
4 revisions
Wishes expressed by various users, collected here for later reference:
- "Complete Example Apps, not just code snippets" - mostly webapps
- "Tutorials that cover more features of the framework" - todo: add list with missing coverage
- "CSV as a Dialect Support" - note: http://csvjdbc.sourceforge.net/ might work
- "Stream to CSV (without creating objects) for big result sets."
-
"Migrations support like Liquibase"
- ? Solidbase integration ?
- ? MirageSQL schema updater shortcommings ?
- "Grammar for the SQL Parser" - EBNF?
- "Updated SQL Parser to support newer SQL constructs" - todo: add list with errors
- "Tool to generate DDLs" - note: asked is the opposite functionality of the existing Generate Entities
- "Tool to check all select SQLs at once"
-
"GitBucket Support"
- "recognize 2WaySQLs in x.sql files"
- "run SELECT SQLs"
- r"un SELECT SQLs with user input for default values of parameters"
- "FAQ section" - note: short how-to / recipes were requested
-
"JavaDocs published" - for searching and linking- https://javadoc.io/doc/com.miragesql/miragesql/2.0.0
Wishes mentioned in the Issue Tracker too:
- "List SQL parameters, default values and types" - this one is also needed for most features above
- "FOR Loop support" - this is the most requested one
- "Groovy Integration and Tutorials"
- "Clojure Integration and Tutorials"
- "Scala Integration and Tutorials" - only tutorials?