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
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-dao: *
- rindow/rindow-database-dao: 1.*
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-container: It needs some service container
- rindow/rindow-messaging: When using messaging service emulation on SQL services
- rindow/rindow-persistence-orm: When using the ORM Persistences
- rindow/rindow-transaction: When using transaction
This package is auto-updated.
Last update: 2025-09-16 16:02:27 UTC
README
"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"