rindow / rindow-database-dao
Database and any data resources access
1.0.1
2020-04-16 03:18 UTC
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-dao: *
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-container: It needs some service container
- rindow/rindow-database-pdo: When using SQL databases
- rindow/rindow-module-mongodb: When using Mongodb etc.
- rindow/rindow-module-stomp: When using ActiveMQ etc.
- rindow/rindow-transaction: When using transaction
This package is auto-updated.
Last update: 2024-10-16 13:36:12 UTC
README
"Rindow database DAO" is a module for making common access to various data store including SQL, NoSQL as much as possible.
The following functions are defined.
- Repository data mapping abstractions
- Query method abstractions
- Pagination abstractions
- Consistent Exception Hierarchy
Currently annotations are not implemented.