Stable release
The reason this repository has been waiting at v0.8 for quite a while is because the idea of returning Entity objects that extend Row
s was being worked on. It would be so useful to perform a fetch
and receive the actual object you want to work with, rather than a plain Row
object.
However, as explained in #139 , the Repository design pattern can be used to achieve this with very readable code, and without requiring any more changes to this repository itself.
That means that there are no outstanding bugs to fix or features to implement in order to perform a stable release of Database!
Have fun and keep your eye on php.gt/sqlbuilder for database templating coming your way.