Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any new ORM for Delphi 2010? [closed]

Delphi 2010 has new features regarding the RTTI, which I read it will make it easier for ORM tools and much cleaner code.

but I have not found any ORM incorporated these features.

Do you think the Embarcadero should built one and include it with Delphi

like image 674
DelphiDev Avatar asked May 31 '10 08:05

DelphiDev


1 Answers

The Spring framework (which uses Delphi 2010 extended RTTI) has an Entity Framework on its roadmap:

http://code.google.com/p/delphi-spring-framework/

Delphi Spring Framework is an international open source project, whose mission is to provide a robust infrastructure framework that will help Delphi developers build solid, flexible and extensible enterprise applications and class libraries based on the Embarcadero® Delphi® 2010 for Win32 platform.

like image 100
mjn Avatar answered Sep 28 '22 18:09

mjn