rindow/rindow-database-pdo

Database access support for PHP PDO

Installs: 79

Dependents: 2

Suggesters: 3

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rindow/rindow-database-pdo

1.0.0 2020-04-03 00:27 UTC

This package is auto-updated.

Last update: 2025-09-16 16:02:27 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"