Base-logic tested
Pre-release
Pre-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.