tags:

views:

3240

answers:

6

Does anyone know about an ORM or something similar for Delphi Win32.

+14  A: 

Marco Cantu is a big believer in InstantObjects:

http://www.instantobjects.org/

Others include DObject:

http://www.macrobject.com/en/dobject/

and tiOPF

http://tiopf.sourceforge.net/Doc/overview/index.shtml

You also might be interested in the G Framework:

http://code.google.com/p/g-framework/

Nick Hodges
+4  A: 

There are a few, some of the more tried and tested are...

Bold

TiOPF

And RemObjects also has a schema Mapping technology that is worth investigating

Tim Jarvis
Bold is clearly the best ORM framework for Delphi Win32. But it is not available anymore from Codegear/Embarcadero. I don't understand how that company thinking about this!
Roland Bengtsson
I wish Borland haven't bought Bold...
Edwin
+1  A: 

Jazz SDK, ORM is a part of the OPF part

http://jazz-sdk.googlecode.com

Cesar Romero
+2  A: 

Here you have one: http://code.google.com/p/delphiorm/

César
+4  A: 

Another Open Source ORM for Delphi 7-2009, which is JSON based and Client/Serve. Can use its own in memory database layer or embedded SQLite3 database engine: http://blog.synopse.info/category/Open-Source-Projects/SQLite3-Framework

Arnaud Bouchez