Delphi Tools Download for Developers | Developer Team » Page 24

TMS RemoteDB v2.22.0.2 Full Source for DXE2-D13

TMS RemoteDB v2.22.0.2 Full Source for DXE2-D13
TMS RemoteDB v2.22.0.2 Full Source for DXE2-D13


The RemoteDB Server is a Delphi application/service that listen to http requests. When clients perform requests, the RemoteDB Server will forward the requests to the actual database server being used, using the specified database-access component. The SQL is performed and the results are returned back to the client. You can choose the components that will perform the SQL statements from a wide-range of options such as FireDac, dbExpress, dbGo (ADO), among others, using component adapters. The SQL database can be any database server supported by the components used, and must be thread-safe (most are).

Read more

TMS Echo v1.12.0.2 Full Source for DXE2-D13

TMS Echo v1.12.0.2 Full Source for DXE2-D13
TMS Echo v1.12.0.2 Full Source for DXE2-D13


TMS Echo is a Delphi framework for data replication. It's part of TMS Business product line, and it's relies on TMS Aurelius to function. It allows you to have two or more databases and synchronize data between them. Changes you make to one client database (inserts, updates, deletes) can be sent to another database. It's bidirectional, so you can send and receive changes between databases.

Read more

DIXml v8.2.1 for Delphi 11-13.0 DCUs

DIXml v8.2.1 for Delphi 11-13.0 DCUs
DIXml v8.2.1 for Delphi 11-13.0 DCUs


DIXml is an embedded XML, XSLT, and EXSLT processing library for Delphi (Embarcadero / CodeGear / Borland). It is build on the libxml2, libxslt and libexslt libraries. However, DIXml requires no DLLs or any other external files whatsoever. All required code is compiled completely into the application's executable. DIXml is the most feature-complete XML and XSLT solution for Delphi.

Read more

Trysil - Delphi ORM v1.2 for Delphi 13

Download Trysil - Delphi ORM v1.2 for Delphi 13
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, 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.

Read more