Skip to content

Base-logic tested

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 13 Mar 13:36
· 42 commits to master since this release

After a few coding explorations, the general layout and workflow of SqlBuilder have been defined. Every type of query extends the abstract SqlBuilder class. These extensions, such as SelectBuilder will also be abstract, expecting to see developers' classes implement a concrete extension.

Following releases will mark the different types of Builder for Update, Delete, Insert.