ORM for DELPHI win32

前端 未结 10 1924
日久生厌
日久生厌 2020-11-28 21:31

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

相关标签:
10条回答
  • 2020-11-28 21:42

    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/

    0 讨论(0)
  • 2020-11-28 21:49

    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

    0 讨论(0)
  • 2020-11-28 21:49

    Visit http://code.google.com/p/persiphi/ if your are addicted to Delphi 2010 or upper.

    Edit: Dead link as the owner likely has renounced to opensource it. Nevertheless, his master thesis work in portugese (pt-br) is still available here. A good source of inspiration for those in search of sample using latest bleeding edge features of Delphi (Annotation, Rtti...) in the realm of object persistence.


    UPDATE 1:

    DevArt has released EntityDAC - An ORM for Delphi with LINQ support!

    EntityDAC

    It works even with D11 (Delphi 2007).


    UPDATE 2:

    Marshmallow ORM framework by Linas Naginionis.

    It has joined join the outstanding Spring4D project as a feature branch as announced here.

    To keep abreast of the latest news head to the Marshmallow Google+ thriving Community page.

    Dubbed MM ORM Framework by its author, it's a promising one.

    0 讨论(0)
  • 2020-11-28 21:50

    Another ORM for Delphi, which seems to be in active development, is hcOPF

    The project is open source licensed under LGPL/MPL and hosted on SourceForge at http://sourceforge.net/projects/larryhengensopf/.


    dorm, “The Delphi ORM” by Daniele Teti, was officially published at ITDevCon, there is an introduction here. It works with PODOs which have no knowledge of the ORM.

    0 讨论(0)
  • 2020-11-28 21:51

    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.

    0 讨论(0)
  • 2020-11-28 21:51

    TMS Software is working on an ORM framework for Delphi: TMS Aurelius should be soon released :

    TMS Aurelius

    EDIT: It's been already released, official site is http://www.tmssoftware.com/site/aurelius.asp

    0 讨论(0)
提交回复
热议问题