VI

Delphi

Trysil - Delphi ORM v1.2 for Delphi 13

Trysil is an Object-Relational Mapper (ORM) for Delphi, open-source (on GitHub), that simplifies database management, allowing you to define entity classes and map them to DB tables (Firebird, PostgreSQL, SQLite, SQL Server), handling queries, inserts, and updates through a TTContext,...

Description

Trysil is an Object-Relational Mapper (ORM) for Delphi, open-source (on GitHub), that simplifies database management, allowing you to define entity classes and map them to DB tables (Firebird, PostgreSQL, SQLite, SQL Server), handling queries, inserts, and updates through a TTContext, also supporting lazy loading and events. To use it, you need to download it from GitHub (search for the davidlastrucci/Trysil repository) and integrate the code into your Delphi applications to map your classes to the data.

Additional Information