DEntityFramework
It's EntityFramework for Delphi
Mapeamento de classes de entidade POCO ;
Controle de alterações automático ;
Conversão das consultas fortemente tipadas usando LINQ ;
Conectividade de banco de dados com base no FireDAC e vários ;
provedores disponíveis para se conectar ao SQL Server, MySQL, FireBird, PostGree
Mapping of POCO entity classes;
Automatic change control; <
Conversion of strongly typed queries using LINQ;
Database connectivity based on FireDAC and various;
providers available to connect to SQL Server, MySQL, FireBird, PostGree
Embarcadero Delphi XE or higher.
In short, add the following path to your Delphi IDE (in the Tools/Environment/Library menu)
...\EntityFramework\source
Include/ThenInclude
FromSQL
LocalSQL :-O
Add/SaveChanges
MigrationBuilder
ToJson
Other:
TDbContext;
TDbset
EF.QueryAble.Linq;
Migration Builder;
Add;
AddRange;
AddScript;
Update;
UpdateRange;
Remove;
RemoveRange;
SaveChanges;
Find;
Any;
Count, Max, Min, SUM, Avg;
ToList;
ToJson;
ToDataSet;
Include;
ThenInclude;
Single;
Entry;
Load;
OrderBy;
Where;
Import with ArrayDML;
Query Off-Line
LocalSQL