Home

SpringyRecords is a framework to generate Data Access Classes based on a database schema. It can be used out of the box or it can be extended to generate the code according to your preferences.

Goals of the project:

How is it compares with an ORM.

It is lighter than a traditional ORM. It maps records and tables not domain objects. This approach is better if you are dealing with a legacy relational database that may not be perfectly designed. It doesn’t attempt to map complex structures.

Other benefits: