Qore DbDataProvider Module Reference 2.1.1
Loading...
Searching...
No Matches

Qore DbDataProvider module definition

Introduction to the DbDataProvider Module

The DbDataProvider module provides a data provider API for databases and supports creating, reading, updating, and deleting DB records, as well as high-performance bulk operations as well as upserts through the DataProvider API.

The following classes are provided by this module:

Release Notes

DbDataProvider v2.1.1

DbDataProvider v2.1

  • enabled browsing the data provider hierarchy according to transactional support (issue 4699)

DbDataProvider v2.0.1

DbDataProvider v2.0

  • added the DbTransactionHelper class
  • added support for creating, reading, updating, and modifying data providers (issue 4395)

DbDataProvider v1.0.1

DbDataProvider v1.0

  • initial release of the module