Releases: cmcgee1024/norm
API Streamlining
In this release the NormStatement becomes the one statement class to use and the parameters have placeholders that can be used when either parameters or results are unnecessary for the statement. The different types of execution methods are on this one class now. The executeQuery now returns a simple list of the results making it cleaner and less error prone with the closing of the result set but still allowing streaming, filtering, mapping reducing and forEach as before.
Improvements and code generation
The focus of this release was to push the boundaries more in terms of automated testing and code generation. This is still not ready for production use, but there is more awareness of what is possible in this project.
Initial working prototype
With this version there is a simple working prototype of the system. It is not yet ready for production use, but could be a starting point for finding bugs and identifying future enhancements.