PgDAC provides direct access to PostgreSQL from Delphi, C++Builder, Lazarus.
PostgreSQL Data Access Components (PgDAC) is a library of components that provides direct access to PostgreSQL database servers from Embarcadero RAD Studio 10.1 Berlin, 10 Seattle, Embarcadero RAD Studio XE-XE8, CodeGear RAD Studio 2009/2007, Borland Developer Studio 2006, Turbo Delphi Professional, Turbo Delphi for .NET Professional, Turbo C++ Professional, Borland Delphi 2005, Borland Delphi 7/6, Borland C++Builder 6, Lazarus 1.2.6 and Free Pascal 2.6.4 for Windows, Linux, Mac OS X, iOS, FreeBSD for 32-bit and 64-bit platforms. PgDAC is designed to help programmers develop really lightweight, faster and cleaner PostgreSQL database applications without deploying any additional libraries. The capability to develop applications using the cutting-edge IDE for all the supported target-platforms: Win32, Win64, Mac OS, iOS, and now – Android. PgDAC gives its users an opportunity to establish Direct Connection and get the fastest data access to databases.
Key Features:
– RAD Studio 10.1 Berlin is supported
– RAD Studio 10 Seattle 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