Skip to content

Stable release

Compare
Choose a tag to compare
@g105b g105b released this 08 Feb 12:27
· 90 commits to master since this release
dc702c8

The reason this repository has been waiting at v0.8 for quite a while is because the idea of returning Entity objects that extend Rows 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.