Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ORM for DELPHI win32

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

like image 983
Jlouro Avatar asked Jan 07 '09 22:01

Jlouro


2 Answers

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/

like image 159
Nick Hodges Avatar answered Sep 20 '22 22:09

Nick Hodges


Another Open Source ORM for Delphi 6-XE2, which is JSON based and Client/Server.

Can use its own in memory database layer or embedded SQLite3 database engine: http://blog.synopse.info/category/Open-Source-Projects/SQLite3-Framework

Edit: A lot of improvements to this active framework, since this question was answered. It is able now to connect to any third-party database, and is changing its name: it is now called the mORMot framework.

like image 33
Arnaud Bouchez Avatar answered Sep 20 '22 22:09

Arnaud Bouchez