Supported engines:
MySQL®, SQL Server®, PostgreSQL, Firebird, and many more
Access libraries shipped:
MySQL,
ADOdb,
PDO
PlatinumGrid can integrate with any relational database engine. When used in a PHP application
that does not use the RPCL library, PlatinumGrid communicates with the application's database
via a data access layer. For RPCL applications, PlatinumGrid integrates directly into the RPCL
database layer.
We've included a set of abstraction classes for MySQL,
ADOdb and PDO.
These 3 data access layers provide comprehensive coverage of all major database engines, and ensure that PlatinumGrid
has built-in support for whatever data storage system your application uses.
If your application uses a database engine that is not supported by any of the above 3 data
access layers, you can write a custom data access layer, for your application, that connects
PlatinumGrid to your application's database.