Quellcode durchsuchen

Added Marshmallow ORM for Delphi

Dmitriy S. Sinyavskiy vor 10 Jahren
Ursprung
Commit
317b4da526
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -185,6 +185,8 @@ This awesome collection is also available on [Delphi.ZEEF.com](https://delphi.ze
 
 * [Delphi-ORM](https://code.google.com/p/delphi-orm) Object-Relational Mapping for Delphi XE7, XE6, XE5, XE4, XE3 and XE2 (Win32). Supports for FirebirdSQL, SQLServer and SQLite3.
 
+* [Marshmallow](https://bitbucket.org/soundvibe/marshmallow/wiki/Home) Object-Relational Mapping for Delphi XE7, XE6, XE5, XE4, XE3 and XE2 (Win32) inspired by .NET micro ORM's (mostly by PetaPoco) and Java Hibernate. Developed  by Linas Naginionis. Supports SQLite, Sybase ASA, SQL Server, Firebird, Oracle, MySQL, PostgreSQL, MongoDB. Uses [Spring](http://code.google.com/p/delphi-spring-framework/) Framework. In active development.
+
 * [delphimemcache](https://code.google.com/p/delphimemcache) implements a thread safe client for memcached.
 // *Requires Indy 10*
 
@@ -317,4 +319,4 @@ This awesome collection is also available on [Delphi.ZEEF.com](https://delphi.ze
 
 * [ResEd](http://code.google.com/p/theunknownones) is an expert for Delphi 2005, 2006, 2007, 2009, 2010 and XE. This expert is designed for editing the resource files (.res; .resx) that are linked to the active project. It will automatically search for all occurrences of {$R xyz.res} lines and will open/create resourcefiles for them. The expert registers itself in the menubar of Delphi under View.
 
-* [Inno Setup](http://www.jrsoftware.org/isinfo.php) is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
+* [Inno Setup](http://www.jrsoftware.org/isinfo.php) is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.