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:
- Mac OS 64-bit is supported
- RAD Studio 10.4 Sydney is supported
- Lazarus 2.0.10 is supported
- Android 64-bit is supported
- macOS 64-bit in Lazarus is supported
- 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
- OpenSSL 1.1 library is supported
- 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