Bladeren bron

Add Delphi-ORM

Object-Relational Mapping for Delphi XE7, XE6, XE5, XE4, XE3 and XE2
(Win32). Supports for FirebirdSQL, SQLServer and SQLite3.
Leonardo Gregianin 10 jaren geleden
bovenliggende
commit
d7e49a2122
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -164,6 +164,7 @@ This awesome collection is also available on [Delphi.ZEEF.com](https://delphi.ze
 
 * [TxQuery](https://github.com/ccy/txquery) component is a TDataSet descendant component that can be used to query one or more TDataSet descendant components using SQL statements. It is implemented in Delphi 100% source code, no DLL required, because it implements its own SQL syntax parser and SQL engine.
 
+* [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.
 
 ## Scripting
 *Using script engine in your applications*