An open API service indexing awesome lists of open source software.

https://github.com/jimmckeeth/firedac-secret-weapons

A few of the secrets of skyrocketing Delphi data manipulation with FireDAC
https://github.com/jimmckeeth/firedac-secret-weapons

Last synced: 3 months ago
JSON representation

A few of the secrets of skyrocketing Delphi data manipulation with FireDAC

Awesome Lists containing this project

README

        

# FireDAC: Your Ultimate Dataset Secret Weapon

The slides and samples from my session as part of Dev Days of Summer 2024

Elevate your data manipulation skills with FireDAC in this advanced session. Learn how to import, export, and migrate data efficiently in batches. Discover the power of executing SQL across diverse data sources, including joining tables from different databases. Explore techniques for working with NoSQL databases and even managing data without a database using in-memory datasets. This session will equip you with the tools to handle complex data scenarios with ease and precision.

See also [FireDAC Fundamentals](https://github.com/jimmckeeth/FireDAC-Fundamentals) session

## Samples

* [Simple TFDMemTable sample](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/tree/main/SimpleMemTable)
* [Simple TFDLocalSQL sample](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/tree/main/SimpleLocalSQL)

## Slides

* [PDF](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/blob/main/Slides/FireDAC%20Secret%20Weapons.pdf)
* [PowerPoint](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/blob/main/Slides/FireDAC%20Secret%20Weapons.pptx)
* [HTML](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/blob/main/Slides/FireDAC%20Secret%20Weapons.html)