Skip to content

rindow/rindow-database-pdo

Repository files navigation

Data access support for PHP PDO

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"