PostgreSQL Data Access Components (PgDAC) is a library of components that provides native connectivity to PostgreSQL from Delphi, C++Builder, Lazarus (and Free Pascal) on Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms.
Key Features:
- RAD Studio 10.2 Tokyo is supported
- Linux in RAD Studio 10.2 Tokyo is supported
- Lazarus 1.6.4 and Free Pascal 3.0.2 is supported
- Android application development support
- iOS development support
- NEXTGEN compiler support
- Mac OS X development support
- Win64 development support
- Direct access to server data. Does not require installation of other data provider layers
- Full support of the latest versions of PostgreSQL Server and all PostgreSQL Server data types
- VCL, LCL and FMX versions of library available
- Disconnected Model with automatic connection control for working with data offline
- Local Failover for detecting connection loss and implicit re-execution of certain operations
- All types of local sorting and filtering, including by calculated and lookup fields
- Automatic data updating with TPgQuery, TPgTable, and TPgStoredProc components
- Unicode and national charset support
- Supports many PostgreSQL-specific features, such as notifications, notices, and sequences
-SSPI authentication is supported
-Processing GUID data type for the TGuidField class is improved