Newcomer's Perspective - FireDAC and SQLite
October 27, 2020
FireDAC is Embarcadero’s library for universal data access – connection to just about any database protocol you can find. It abstracts the protocol-level details and presents a common interface so developers can build their applications to be database agnostic and flexible in the event of future design changes.
My work this week focused on FireDAC and local databases. SQLite is…