rindow/rindow-database-pdo

Database access support for PHP PDO

1.0.0 2020-04-03 00:27 UTC

This package is auto-updated.

Last update: 2024-04-16 13:01:01 UTC


README

Master: Build Status

"Rindow - database - pdo" is one of implementation by PHP - PDO for data access abstracted by the rindow framework. Developers can choose other implementations as well.

Currently the following adapters are available

  • Raw SQL database access
  • DAO Consistent Exceptions
  • Transaction management
  • ORM persistence like implementation for "rindow-persistence-ormshell"