rindow / rindow-database-pdo
Database access support for PHP PDO
1.0.0
2020-04-03 00:27 UTC
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: 2024-10-16 14:09:20 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"