资 源 简 介
This Project Has Moved to GitHub
This repository will no longer be maintained, all new development is going on at GitHub.
https://github.com/fuzzylollipop/sqlck
This project aims to provide a simple Builder pattern and Factory pattern based approach to generating DML (Data Manipulation Language) SQL for all the popular RDBMS systems. Included builders are SelectBuilder, InsertBuilder, UpdateBuilder, DeleteBuilder. It is much lighter weight than any of the ORM tools available, and is 100% Java, no other special configuration language or query language to learn. This code has been in production use since its first incarnation around 2001. Also included is a Facade patterned Database object that wraps a Datasource object. This provides an execution framework for the results of the Buil