mvc
Tag
Trysil - Delphi ORM 1.2
by David Lastrucci in Libraries for Delphi
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.
